UNPKG

@namefully/ng

Version:
15 lines (14 loc) 529 B
import { ModuleWithProviders } from '@angular/core'; import { Config } from 'namefully'; /** * Exposes a widget feature module comprising 4 Angular-based elements: * - a component: <ngx-namefully></ngx-namefully> * - a pipe: {{ ... | namefully }} * - a service: NamefullyService * - an attribute directive: [ngxNamefully] * * See the code documentation to see how to use each one of them. */ export declare class NamefullyModule { static forRoot(config?: Partial<Config>): ModuleWithProviders<NamefullyModule>; }