Angular - Standalone Components
Which decorator property must be set to true to make a pipe standalone in Angular?
standalone: true in the @Pipe or @Directive decorator to mark it as standalone.pure controls pipe purity, exported is not a decorator property, and providedIn is for services.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions