0.2.3 • Published 5 years ago

@nois/md2-datepicker v0.2.3

Weekly downloads
17
License
ISC
Repository
github
Last release
5 years ago

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 />

screenshot

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago