@uiowa/digit-only
Version:
This package includes two Angular directives. The digitOnly directive only allows numbers in the input box when typing, pasting or drag/dropping. The mask directive checks the input pattern attribute.
9 lines (8 loc) • 488 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./digit-only.directive";
import * as i2 from "./mask.directive";
export declare class DigitOnlyModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DigitOnlyModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DigitOnlyModule, [typeof i1.DigitOnlyDirective, typeof i2.MaskDirective], never, [typeof i1.DigitOnlyDirective, typeof i2.MaskDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DigitOnlyModule>;
}