If you’re on a free Medium plan, click here to read — Free Access
- What are the ways to share data between 2 components ?
- What is lazy loading in Angular ?
- What are custom directives in Angular and how to create them ?
- What is the difference between ng serve and npm start ?
- What is the difference between ng add and npm install ?
- Can we use jQuery in Angular 2/4/5 ?
- What is replay subject in angular ?
- What is the difference between adding styles and scripts in angular.json and adding styles and scripts in index.html ?
- What is the difference between cold observables and hot observables ?
- What are the properties inside @ngModule decorator ?
- How to generate a component using cli command without creating its spec file ?
- What is RxJS ?
- What is the use of HttpClientModule ?
- Is it necessary to define a constructor in a component ?
- What are the security features in angular ?
- What is testbed in Jasmine ?
- What is the difference between Subject and Behaviour…