1. 首页
  2. 数据库
  3. 其它
  4. ngx date input:带掩码输入的角度日期选择器 源码

ngx date input:带掩码输入的角度日期选择器 源码

上传者: 2021-04-07 13:56:31上传 ZIP文件 252.37KB 热度 6次
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 ] =
用户评论