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
What is isolate scope in angularjs?
How will you convert a string into a percentage?
What is the difference between `{'ngfor'}` and `{`ngforof`}` in angular 2?
Can multiple controllers be used in a single html page?
How to manage cookie in AngularJS?
what are directives? Mention some of the most commonly used directives in angularjs application?
Is angular 2 object oriented?
What is angular subscribe?
What is hidden property in angular 2?
Explain ng-repeat directive angularjs?
Tell me does Angular use the jQuery library?
Differentiate between @injectable() vs. @Inject()?
What is primeng and how can it be used with angular2?
What are the benefits of dependency injection?
What sre the directives in angularjs?