DEV Community

Discussion on: 7 Mistakes to Avoid When Moving from AngularJS to Angular

Collapse
 
purplenimbus profile image
Anthony Akpan • Edited

On thing of note is when doing ng generate component myComponent.

Camel case names will be converted to kebab case names. Also spec files are generated as well.

Another huge leap is $compile is no longer there so injecting components into the Dom is completely diffrent.