@hyahfoufi/ng-snotify
Version:
Angular 2+ alternative notifications center
16 lines (15 loc) • 998 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./components/snotify/snotify.component";
import * as i2 from "./components/toast/toast.component";
import * as i3 from "./pipes/truncate.pipe";
import * as i4 from "./components/buttons/buttons.component";
import * as i5 from "./components/prompt/prompt.component";
import * as i6 from "./pipes/keys.pipe";
import * as i7 from "@angular/common";
export declare class SnotifyModule {
static forRoot(): ModuleWithProviders<SnotifyModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<SnotifyModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SnotifyModule, [typeof i1.SnotifyComponent, typeof i2.ToastComponent, typeof i3.TruncatePipe, typeof i4.ButtonsComponent, typeof i5.PromptComponent, typeof i6.KeysPipe], [typeof i7.CommonModule], [typeof i1.SnotifyComponent, typeof i3.TruncatePipe, typeof i6.KeysPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SnotifyModule>;
}