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 a class in angular?
What classes should I not add to module's declarations?
What are the services in angular js?
When do you use template-driven vs model-driven forms? Why?
Explain routing in angularjs?
Does angular use ajax?
Is AngularJS is compatible with all modern browsers?
Compare the features of AngularJS and jQuery?
List the modern browsers supported by angular 2?
Which of the Angular life cycle component execution happens when a data-bound input value updates?
What are constructors in angular?
What is Restangular?