@vraj.patel/viitorcloud-ng-utility-library-test-9
Version:
The **ViitorCloud NG Utility Library** developed with the Angular 16 framework, stands out for its exceptional adaptability and reusability within Angular projects. This comprehensive collection encompasses utility services, directives, and components str
17 lines (16 loc) • 359 B
TypeScript
export declare enum IconPosition {
left = "left",
right = "right"
}
export declare enum RegexType {
decimal = "decimal",
integer = "integer"
}
export declare const REGEX_CONSTANTS: {
EMAIL_REGEX: RegExp;
PASSWORD_REGEX: RegExp;
WEB_URL_REGEX: RegExp;
INTEGER_REGEX: RegExp;
DECIMAL_REGEX: RegExp;
ZIP_REGEX: RegExp;
};