What’s new in Angular 10?
Angular 10 production release is available from June 24, rather than new features the major update is in quality, ecosystem improvements and tools. Angular 10 is smaller than previous versions of Angular
Major updates in Angular 10
- New date range picker in the Angular Material
Use the mat-date-range-input
and mat-date-range-picker
components.
- Warnings about CommonJS imports
When you use any of these bundles, it gives you a warning message. If you see these warnings for your dependencies, you should prefer an ECMAScript module (ESM) bundle for your project.
- TypeScript v3.9 Support
Typescript version 3.9 is supported in Angular10
- Optional Stricter Settings
More strict project setup when you create a new workspace with ng new
.
- New Default Browser Configuration
Updated the browser configuration for new projects to exclude older and less used browsers.
Run this command to update your angular installation: ng update @angular/cli @angular/core
At STEPS, we are conducting practical oriented training on AngularJS. This course starts from scratch. This course focus on Angular 10, you don’t need any knowledge in previous versions of angular. It is one of the most growing and advanced technology for create a Single Page Applications (SPA). It is the time to get started!
During this course we go through all stages of development. Unlike other training courses here we build a project incorporating all the syllabus topics. You will create different components of a final project with each topic. On the completion of this course you will get a complete working project experience and a real world application.