Last change
on this file since bdd6491 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
424 bytes
|
Line | |
---|
1 | import { Injector, Type, InjectionToken, InjectFlags } from '@angular/core';
|
---|
2 | export declare class DynamicDialogInjector implements Injector {
|
---|
3 | private _parentInjector;
|
---|
4 | private _additionalTokens;
|
---|
5 | constructor(_parentInjector: Injector, _additionalTokens: WeakMap<any, any>);
|
---|
6 | get<T>(token: Type<T> | InjectionToken<T>, notFoundValue?: T, flags?: InjectFlags): T;
|
---|
7 | get(token: any, notFoundValue?: any): any;
|
---|
8 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.