dl-calendar
v9.1.2
Published
Import `DynamicFormModule.forRoot(),` in your Module. In `forRoot()` you can provide an localization service which implements `IDlLocalizeService`
Downloads
11
Readme
Usage
Import DynamicFormModule.forRoot(), in your Module.
In forRoot() you can provide an localization service which implements IDlLocalizeService
Theme
@import '~dl-calendar/lib/dynamic-form-theme';
@include dl-calendar-theme($app-theme);
Build
Build the library ng build dl-calendar
Publish
ng build dl-calendar
cd dist\dl-calendar
Copy scss files for theming to the dist folder
Copy translationsfolder for translation template and predefined en,de translation files
npm publish
