What are the core dependencies of angular 7?
There are two types of core dependencies in Angular 7: RxJS and TypeScript.
• RxJS 6.3
• RxJS version 6.3 is used by Angular 7. It has no changes in the version from Angular 6
• TypeScript 3.1
• TypeScript version 3.1 is used by Angular 7. It is an upgrade from version2.9 of Angular 6.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is event in angularjs?
How to make an ajax call using angular js?
What are the features of angular 7?
What is httpclient in angular?
What is the difference between a unit and end-to-end (e2e) test in angularjs?
List some difference between angularjs and angular 2?
What are template expressions in angular?
How is shadow dom helping angular 2 to perform better?
Explain ng-init directive ?
Explain component specific hooks?
Explain the process of digest cycle in angular?
What are angular prefixes $ and $$?