Frontend May 1, 2019

Wrapping it up with Decorators

As Angular developers we use decorators every day — from class decorators such as @Component, @Module, and @Directive, to property decorators like @Input and @Output. These little accessories to our code can be powerful mechanisms for keeping our applications simple and easy to understand. Let’s peek at how the core Angular decorators bring our code to life, and use that as a springboard for a discussion about creating our own magical wrappers in TypeScript.

About the speaker:

Nicole recently joined Nrwl as an Angular Engineer, and before that was at Nintendo of America. She’s a co-organizer of Angular Seattle, and strives to help those with a non-traditional computer science background (like her) to find a confident and happy place in tech. When not coding, she proudly rocks a paintbrush or game controller.