mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
Merge branch 'angular-injectable' of https://github.com/benelliott/awesome-cheatsheets
This commit is contained in:
3
frontend/angular.js
vendored
3
frontend/angular.js
vendored
@@ -185,8 +185,7 @@ class MyDirective() {}
|
||||
@Pipe({...})
|
||||
class MyPipe() {}
|
||||
|
||||
// Declares that a class has dependencies that should be injected into the constructor when the
|
||||
// dependency injector is creating an instance of this class.
|
||||
// Declares that a class can be injected into the constructor of another class by the dependency injector.
|
||||
@Injectable()
|
||||
class MyService() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user