UNPKG

@hug/ngx-g11n

Version:

Angular helpers for internationalizing and localizing your application

10 lines (9 loc) 467 B
import { type ModuleWithProviders } from '@angular/core'; import { G11nFeature } from '@hug/ngx-g11n/internal'; import * as i0 from "@angular/core"; export declare class G11nModule { static forRoot(...features: G11nFeature[]): ModuleWithProviders<G11nModule>; static ɵfac: i0.ɵɵFactoryDeclaration<G11nModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<G11nModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<G11nModule>; }