1. Prompt for scs and add routing
Simplytry
ng new myangular7app
and what do you get? A brand new prompt asking if you would like to add routing. Want to try a different stylesheet format? Don't worry. The CLI will let you select between CSS
, SCSS
, SASS
and more (or actually LESS
HA!).
2.
ScrollingModule
As many mobile frameworks have started to make the move toward dynamically loading data such as images or long lists, Angular has followed suit by adding the
ScrollingModule
to allow for virtual scrolling. As elements gain or lose visibility, they are virtually loaded and unloaded from the DOM. Performance is greatly increased to the user's eyes. Next time you have a potentially large list of items for your users to scroll, stick it in a cdk-virtual-scroll-viewport
component.
3.
DragDropModule
Drag drop support added in Angular 7.
4.
Application Performance
First things first: Angular 7 is even faster than previous versions.
5.
Updated Dependencies
Angular is up to Typescript 3.1, RxJS is up to 6.3 and Node 10 support has been added.
https://alligator.io/angular/angular-7/
1 comment:
Nice articel, This article help me very well. Thank you. Also please check my article on my site about What Is Angular?.
Post a Comment