mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-05-01 20:20:02 -07:00
Angular: clarify meaning of @Injectable decorator thanks to @benelliott
This commit is contained in:
Vendored
+2
-1
@@ -185,7 +185,8 @@ class MyDirective() {}
|
|||||||
@Pipe({...})
|
@Pipe({...})
|
||||||
class MyPipe() {}
|
class MyPipe() {}
|
||||||
|
|
||||||
// Declares that a class can be injected into the constructor of another class by the dependency injector.
|
// Declares that a class can be injected into the constructor of another class
|
||||||
|
// by the dependency injector.
|
||||||
@Injectable()
|
@Injectable()
|
||||||
class MyService() {}
|
class MyService() {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user