15.0.0-beta.1 • Published 2 years ago

aacl-simple-datepicker v15.0.0-beta.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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

  1. Import AaclSimpleDatepickerModule.

    @NgModule({
        // ...
        imports: [
            // ...
            AaclSimpleDatepickerModule
            //
        ],
        // ...
    })
    export class ... { }
  2. Use \ in your html template.

    <aacl-simple-datepicker [options]="fromDateOptions"></aacl-simple-datepicker>
  3. Initialize fromDateOptions in the component.ts file.

    this.fromDateOptions = { ... } as IAaclSimpleDatepickerOptions; ;

Contributors

  • Yu Zhang (yxzhang@sscinc.com)
  • Zuotian Li (zli@sscinc.com)
  • Yoyo Fang (yfang@sscinc.com)
  • Sagar Mane (sxmane@sscinc.com)