( injectorIndex: number, tView: TView, token: ProviderToken<any>, )
| 302 | * @param token The type or the injection token to be made public |
| 303 | */ |
| 304 | export function diPublicInInjector( |
| 305 | injectorIndex: number, |
| 306 | tView: TView, |
| 307 | token: ProviderToken<any>, |
| 308 | ): void { |
| 309 | bloomAdd(injectorIndex, tView, token); |
| 310 | } |
| 311 | |
| 312 | /** |
| 313 | * Inject static attribute value into directive constructor. |
no test coverage detected
searching dependent graphs…