Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Productivity Revolution: Angular Principles in Node

Productivity Revolution: Angular Principles in Node

Angular empowers us with a robust platform that simplifies structuring highly scalable and demanding applications. Nowadays, rapidly changing technologies force us to constantly learn new things. But, what if we could reuse our existing experience? Share language, design patterns, main principles? In this talk you’ll learn how Nest can increase your productivity and how to start your journey to become a Full-Stack TypeScript developer with Angular background.

Kamil Mysliwiec

May 02, 2019
Tweet

More Decks by Kamil Mysliwiec

Other Decks in Programming

Transcript

  1. KAMMYSLIWIEC @Injectable() export class AuthGuard implements CanActivate { canActivate( route:

    ActivatedRouteSnapshot, state: RouterStateSnapshot, ): boolean { return true; } }