Skip to content

Commit e49966e

Browse files
Merge pull request #100 from Tolowe/feature/deprecate-token
feat(token): deprecate injection token
2 parents cb6ce76 + 9ecebfb commit e49966e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/injection-token.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* @deprecated */
12
export class InjectionToken<T> {
23
constructor(private description: string) {}
34

0 commit comments

Comments
 (0)