| 51 | * @publicApi |
| 52 | */ |
| 53 | export interface Inject { |
| 54 | /** |
| 55 | * A DI token that maps to the dependency to be injected. |
| 56 | */ |
| 57 | token: any; |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Inject decorator and metadata. |
no outgoing calls
no test coverage detected
searching dependent graphs…