UNPKG

@w11k/ngx-present

Version:

Angular based Presentation Tool

10 lines (9 loc) 497 B
import { ModuleWithProviders } from '@angular/core'; import { Routes } from '@angular/router'; import { TyduxConfiguration } from '@w11k/tydux-angular'; import { NgxPresentConfig, SlideComponents } from './core/presentation.types'; export declare function configFactory(): TyduxConfiguration; export declare const defaultAppRoutes: Routes; export declare class NgxPresentRootModule { static forRoot(slides: SlideComponents, config?: RecursivePartial<NgxPresentConfig>): ModuleWithProviders; }