@indice/ng-components
Version:
Indice common components for Angular v12
11 lines (10 loc) • 733 B
TypeScript
import { InjectionToken } from '@angular/core';
import { IAppLinks, IAppLanguagesService, IAppNotifications, IShellConfig } from './types';
import { LibStepperComponent } from './controls/stepper/lib-stepper.component';
import { LibTabGroupComponent } from './controls/tabs/lib-tab-group.component';
export declare const APP_LANGUAGES: InjectionToken<IAppLanguagesService>;
export declare const APP_LINKS: InjectionToken<IAppLinks>;
export declare const APP_NOTIFICATIONS: InjectionToken<IAppNotifications>;
export declare const LIBSTEPPER_ACCESSOR: InjectionToken<LibStepperComponent>;
export declare const LIBTABGROUP_ACCESSOR: InjectionToken<LibTabGroupComponent>;
export declare const SHELL_CONFIG: InjectionToken<IShellConfig>;