Angular - Standalone Components
Which of the following is the correct way to declare a standalone component in Angular?
standalone: true inside the @Component decorator.@Component with standalone: true. Others misuse decorators or omit the flag.standalone: true inside @Component decorator [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions