We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb6ce76 + 9ecebfb commit e49966eCopy full SHA for e49966e
src/lib/injection-token.ts
@@ -1,3 +1,4 @@
1
+/* @deprecated */
2
export class InjectionToken<T> {
3
constructor(private description: string) {}
4
0 commit comments