ngMorocco / meetup-call-for-proposals

ngMorocco lightning talks Call For Proposals
10 stars 0 forks source link

Dependency Injection in Angular - Advanced #2

Closed chihab closed 5 years ago

chihab commented 5 years ago

Format

Long (=~ 20mn)

Description

If you have ever contributed to building an Angular application, you probably already know about Dependency injection. It is one of the features that differentiates Angular from other frameworks and libraries. The overall concept is simple; we define a simple ES2015/TS class and ask for it instances by specifying them as parameters of service or component constructors. Angular's DI mechanism will then provide them at runtime.

In this talk we will discuss some more advanced topics like:

Slides : https://slides.com/chihab/ngmorocco-dependency-injection/fullscreen Source code : https://github.com/chihab/ngx-library-di

mouadennaciri commented 5 years ago

Bonne idée

ouadie-lahdioui commented 5 years ago

Well done.

Thank you @chihab