aacl-simple-datepicker
v15.0.0-beta.1
Published
```bat npm install aacl-simple-datepicker --registry https://artifacts-sf.int.ssnc.cloud/artifactory/api/npm/advs-npm-UIShared-local/ ```
Downloads
1
Readme
Aacl Simple Datepicker
Installation
npm install aacl-simple-datepicker --registry https://artifacts-sf.int.ssnc.cloud/artifactory/api/npm/advs-npm-UIShared-local/
How to Use
Start to use AaclDatepickerModule
Import AaclSimpleDatepickerModule.
@NgModule({ // ... imports: [ // ... AaclSimpleDatepickerModule // ], // ... }) export class ... { }
Use <aacl-simple-datepicker> in your html template.
<aacl-simple-datepicker [options]="fromDateOptions"></aacl-simple-datepicker>
Initialize fromDateOptions in the component.ts file.
this.fromDateOptions = { ... } as IAaclSimpleDatepickerOptions; ;
Contributors
- Yu Zhang ([email protected])
- Zuotian Li ([email protected])
- Yoyo Fang ([email protected])
- Sagar Mane ([email protected])