Angular - Standalone Components
How do you correctly define a standalone component in Angular?
standalone: true in the decorator makes it a standalone component.Example
' }) export class ExampleComponent {} correctly declares a standalone component.standalone: true in @Component [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions