Member-only story

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 Subject ?
- What are the advantage of using observable instead of promise for http request ?
- Difference between authorization and authentication. Explain the basic difference and also in the context of an angular application ?
- What is AOT in Angular ?
- How to create custom pipe in Angular ?
- What are inbuilt Angular pipes ?
- Explain Software version nomenclature (semantic versioning) ?
- What is the use of tilde(~) and caret(^) sign in package.json ?
- What are interceptors in Angular ?
- Can we rename dist folder in Angular Project ?
- How would the browser Know that your app is an Angular based app ?
- How to make multiple http calls in parallel in Angular ?
- What is a module in TypeScript, and how…