A deep dive on Angular decorators

Click for: original source

Todd Motto (Web Technologies, Angular) article dives deeply into a core concept when developing with Angular 2 - decorators.

Angular’s internal codebase uses decorators extensively and in this post author is going to look at the different types of decorators, the code they compile to and how they work.

Detailed explanation:

  • Types of Decorators (Class, Property, Method, Parameter)
  • Creating decorators
  • What Angular decorators actually do
  • How decorators are applied

Demystifying decorators is one step into understanding some more of the Angular “magic” and how Angular uses them. Excellent.

[Read More]

Tags javascript