0.4.1 • Published 6 years ago

kaleng v0.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Kaleng

NOTE!!! Heavily under development. Kaleng aims to be a calendar component for Angular.

Installing

  • Run yarn add kaleng or npm install --save kaleng

Usage

Import KalengModule in your AppModule:

import { KalengModule } from 'kaleng';

@NgModule({
   
   ...

   imports: [
      BrowserModule,
      KalengModule
   ]

   ...
})

Display calendar in HTML page: <kaleng-calendar></kaleng-calendar>

Misc.

This project uses ng-packagr and was generated with Angular CLI version 1.7.0.