Angular - Standalone Components
Which of the following is the correct way to declare a standalone component in Angular?
standalone: true inside the @Component decorator.standalone: false, another uses invalid module property, and one misuses @NgModule.standalone: true inside @Component decorator [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions