Weekly Roundup of Interesting Angular Links 2017-02-03
Angular — New Naming Guidelines
Official (?) recommendations for the current Angular naming confusion. Will this clear up the confusions?
Web Extensions made with Angular
Interesting writeup on development and deployment of a Pinboard browser extensions using Angular.
Making Your Angular Apps Fast
Speeding up Angular app with 10,000 draggable SVG boxes. Good discussion of Angular’s Change Detection strategy and NgFor on performance.
Multiple solutions for Angular Ahead of Time (AOT) Compilation
Comparison of different ways to implement AOT compilation.
Recursion in Angular Components
Can Angular components recurse? Yup.
A deep dive on Angular decorators
Good writeup on decorators used in Angular and details of decorators in general.
Angular 2 internationalization explained: i18n + Angular CLI + AOT
Things to note for using Angular’s i18n (Internationalisation) tool with Angular CLI and AOT.