@nois/md2-datepicker
v0.2.3
Published
This library was forked from [MD2](https://github.com/Promact/md2) and generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.3.
Downloads
3
Readme
Datepicker
This library was forked from MD2 and generated with Angular CLI version 8.1.3.
Usage
- Install package:
$ npm install @nois/md2-datepicker
# app.module.ts
import { Md2DatepickerModule } from '@nois/md2-datepicker';
@NgModule({
declarations: [
AppComponent
],
imports: [
...,
Md2DatepickerModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
# app.component.html
<md2-datepicker />