Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save elpddev/657ecdc5c90fd276f81f6889ff482b47 to your computer and use it in GitHub Desktop.
Save elpddev/657ecdc5c90fd276f81f6889ff482b47 to your computer and use it in GitHub Desktop.
Ng2 Component DI #angularjs #medium #article-hierarchical-di-ng
@Component({
...
providers: [{ provide: AuthService }]
})
export class EastAndorMovieList
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment