ngx date input:带掩码输入的角度日期选择器 源码
NgxDateInput 带掩码输入的Angular Date选择器。 演示: : 快速开始 将NgxDateInputModule导入您的项目。 import { NgxDateInputModule } from '@stumpam/ngx-date-input' ; @ NgModule ( { declarations : [ AppComponent ] , imports : [ BrowserModule , NgxDateInputModule , ReactiveFormsModule ] , providers : [ ] , bootstrap : [ AppComponent ] , } ) export class AppModule { } 在HTML模板中使用 < ngx - date - input [ formControl ] =
文件列表
ngx-date-input-master.zip
(预估有个80文件)
ngx-date-input-master
package.json
3KB
tslint.json
2KB
tools
tsconfig.tools.json
218B
schematics
.gitkeep
0B
.github
workflows
build.yml
345B
暂无评论