The Angular CLI command to analyze your application's source code and extract canonical information is ngAnalyze.
- ngAnalyze
- ngAnnotate
- ngExtract
- ngInspect
The ngAnalyze command in Angular CLI is used to analyze the application's source code and extract canonical information for further use.
Loading...
Related Quiz
- What is the main difference between Observables and Promises in Angular?
- To create a custom directive that modifies the structure of the DOM, you would use a _____ directive.
- To use a custom pipe in a template, you have to add it to the _____ array in the module.
- How can you prevent memory leaks related to observables when using the async pipe in Angular?
- You are writing a test for a component that has a dependency on a service. The service has a method that returns an observable. You want to test how the component behaves when the observable emits a value. What would be the best approach to take?