ngx-french-toast
Version:
<p align="center"> <img src="./projects/ngx-french-toast/logo.png" alt="ngx-french-toast logo" width="200px" /> </p>
10 lines (9 loc) • 492 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { ToastConfig } from './interfaces/interfaces';
import * as i0 from "@angular/core";
export declare class FrenchToastModule {
static forRoot(config?: ToastConfig): ModuleWithProviders<FrenchToastModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<FrenchToastModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FrenchToastModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<FrenchToastModule>;
}