What is new in Angular 8?
The following features are new in Angular 8.
• Typescript: Angular 8 supports typescript 3.4.
• Ivy: Angular 8 supports.
• Bazel: Angular 8 support Bazel compiler.
• Location: To help people migrating from AngularJs, a bunch of things added to the location services in Angular.
• Differential loading: It is a technique to increase your application performance. When you create applications for production, two bundles are created one bundle for older browsers that support only ESS and another bundle for new browsers that support only ES6+.
Dynamic imports for lazy routes: Angular 8 uses standard dynamic import syntax so the syntax is customized to Angular.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of viewchild in angular?
Define factory method in angularjs.
What do you mean by data binding?
How to update angular 6 to 7?
What are angular js expressions?
What are different ways to create service in AngularJS?
How can you hide an html element just by a button click in angular?
What do you mean by a structural directive in angular 2?
What is routerlink in angular?
What can I do with react js?
What is lazy loading in angular?
What is architecture overview of angular?