0.3.4 • Published 5 years ago

ngx-dot-calendar v0.3.4

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

ngx-dot-calendar

The project fork from az-idatepicker

Feature

  • support RWD
  • display dot based on whelter has data

Install

npm install ngx-dot-calendar

In app.module.ts

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { NgxDotCalendarModule } from 'ngx-dot-calendar';

@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, NgxDotCalendarModule],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule {}

License

  • License: MIT

Author

  • Author: thomascsd
0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago