Which file in an Angular component contains metadata and helps Angular understand how to process a class?
- app.component.ts
- app.module.ts
- index.html
- styles.css
In Angular, the file that contains metadata and helps Angular understand how to process a class is app.component.ts.
Loading...
Related Quiz
- In Angular, the method used to add a new form control to a FormArray dynamically is ____.
- Which Angular lifecycle hook is invoked when the value of an input property changes?
- In Angular, the _____ method is used to assert that a certain expectation is met in tests.
- How can you nest one component inside another in Angular?
- What is the main purpose of Angular's change detection mechanism?