Angular Interview Questions For 5 Years Of Experience
What are custom directives in Angular and how to create them ? What are the security features in angular ? What is storybook in Angular ? What are the design patterns in Angular ? What are interceptors in Angular ? How to create a custom decorator in Angular ? How to make multiple http calls in parallel in Angular ? What is a module in TypeScript, and how can you use it ? How to hit an API before the loading of the appComponent ? If there is a package(or say library) that is not available through NPM , then how would you use it in your angular application ? How to optimize Angular application using OnPush change detection strategy ? What are the types of forms available in Angular ? Explain with syntax. How to improve Angular app performance ? What is AuthGuard in Angular ? Explain switch map , mergemap , forkjoin, combineLatest, concatMap, exhaustMap . what would happen if any of the requests fails in switch map , merge map or forkjoin ? What is dependency injection ? How do you...