A simple calendar with date picker build for angular using Neumorphism design.
- This library was generated with Angular CLI version 12.0.5.
-
npm
npm install npm@latest -g
-
angular project
- instaall the package
npm i ngx-neumo-calendar
- Import
NgNeumoCalendarModule
。
import { NgNeumoCalendarModule } from 'ngx-neumo-calendar';
@NgModule({
imports: [ BrowserModule, NgNeumoCalendarModule ],
declarations: [AppComponent],
bootstrap: [AppComponent]
})
export class AppModule { }
<ng-neumo-calendar (onDateChange)="handleDateChangeEvent($event)"></ng-neumo-calendar>
Name | Type | Summary |
---|---|---|
onDateChange |
Date |
Return selected date |
Please follow this guidelines when reporting bugs and feature requests:
- Use GitHub Issues board to report bugs and feature requests (not our email address)
- Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.
Thanks for understanding!