DEV Community

Discussion on: Upgrading to Angular 6!

Collapse
 
reegodev profile image
Matteo Rigon

To be honest I'm a bit disappointed with this release. All these update helpers a surely nice, but I don't see them as something so major while new features which I would mark as major are still being worked on ( Angular elements and Ivy).

Nice post nonetheless :)

Collapse
 
chiangs profile image
Stephen Chiang

True, the biggest update I, personally, was looking forward to was not included (Ivy) but this release still has some major updates that have meaningful benefits to enterprise development.

For example, being able to create your own component library and associating schematics to them really benefits a team who need to quickly develop in a cohesive style and feeling on multiple projects.

On the other hand, having small personal projects where I am impatiently trying to get to MVP, being able to generate a dashboard with working code quickly really makes a difference to me too.

Hopefully Ive and it's tree-shaking awesomeness gets here in the next weeks.