Skip to content

yuyangzi/wym-ngdatepicker

Repository files navigation

wym-ngdatepicker

  基于Angular6的日期选择组件

npm install wym-ngdatepicker

使用方式

app.module.ts

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';

import {DatePickerModule} from 'wym-ngdatepicker/dist';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    DatePickerModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }
<wym-date-picker></wym-date-picker>

About

基于Angular6的日期选择组件

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published