Created
August 29, 2020 07:40
-
-
Save elpddev/657ecdc5c90fd276f81f6889ff482b47 to your computer and use it in GitHub Desktop.
Ng2 Component DI #angularjs #medium #article-hierarchical-di-ng
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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