Answer Posted / hr@tgksolutions.com
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 |
Post New Answer View All Answers
If you provide a service in two components "providers" section of @component decorator, how many instances of service shall get created?
What’s the difference between http and httpclient?
Can you differentiate javascript and angularjs?
Explain about lifecycle hook in angular?
Do I need angular?
What is route guard?
What are the core dependencies of angular 7?
Explain host decorator in angular 2?
How can you decrease the digest cycle time?
How to setup angular 4 development environment?
Can angularjs be used for backend?
What is route params?
What do you understand by isolated unit tests?
What is a locale id in angularjs?
What are the advantages of using angular 2 over angular 1?