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 module in angularjs?
What is modular view engine architecture?
How many types of data binding directives are provided by angularjs?
What does angie mean?
What is activatedroutesnapshot in angular 2?
Explain what is injector?
What are the binding directives in angularjs?
How is angularjs compiled?
What are filters in angularjs? Can you list some?
Which other primeng components have you used with angular 2?
How can we setting up our development environment for angular 2?
What are the advantages of token-based authentication?