ngx-lower-case-directive
Version:
This directive helps to convert an input text value to lower case.
8 lines (7 loc) • 448 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./ngx-lower-case.directive";
export declare class NgxLowerCaseDirectiveModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxLowerCaseDirectiveModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxLowerCaseDirectiveModule, [typeof i1.NgxLowerCaseDirective], never, [typeof i1.NgxLowerCaseDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxLowerCaseDirectiveModule>;
}