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 |
How to handle xss or csrf attacks in angular 4 ?
What is ngmodule decorator?
Can you use bootstrap with angular?
What is angular and why use it?
What is angular 4?
When to use factory?
How to use styleurls and styles in angular 2?
What is the use of ng dblclick?
What does ‘ng-serve’ do?
What is the difference between a service() and a factory()?
What is the difference among "declarations", "providers" and "import" in ngmodule?
Explain jquery selector?