custom-range-date-picker
v1.0.2
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.
Downloads
4
Readme
Range Picker with multiple options
This library was generated with Angular CLI version 16.1.0.
Code scaffolding
Dependency Needed,
* `@angular/core`<br>
* `@angular/material`
Note: Don't forget to add the following in
angular.json
,
Build -> styles -> node_modules/custom-range-date-picker/assets/styles.scss
Build -> assets -> {
"glob": "**/*",
"input": "node_modules/custom-range-date-picker/assets",
"output": "./assets"
}
index.html -> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">