List some new features comes with angular6
Answer / Parul Srivastava
Angular 6 introduced several new features. Here are some of them:n
1. Ivy renderer: A next-generation renderer for Angular that promises better performance and smaller bundle sizes.
2. Improved build optimizer: This feature can further reduce the size of your bundles by removing unnecessary code.
3. New CLI commands: The Angular CLI now includes commands to build, serve, test, and lint your application for production.
4. Material design components: Angular 6 comes with material design components integrated, making it easier to create beautiful UIs.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is router imports?
How to open dialog box in angular 4?
What is rx observable?
What are different type or classification of directives?
What is class binding in angular?
Differentiate between one-way binding and two-way data binding.
How angularjs is different from jquery?
What is the difference between javascript and ecmascript?
What is the meaning of ng in angular 2?
What is the difference between an observable and a promise?
What is ng-app, ng-init, and ng-model?
What are http interceptors?