@nois/md2-datepicker

This library was forked from MD2 and generated with Angular CLI version 8.1.3.

Usage no npm install needed!

<script type="module">
  import noisMd2Datepicker from 'https://cdn.skypack.dev/@nois/md2-datepicker';
</script>

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

screenshot