source: trip-planner-front/node_modules/primeng/dynamicdialog/dynamicdialog-injector.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 424 bytes
Line 
1import { Injector, Type, InjectionToken, InjectFlags } from '@angular/core';
2export 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.