15.0.0-beta.1 • Published 1 year ago
aacl-toast v15.0.0-beta.1
Aacl Toast
Installation
npm install aacl-toast --registry https://artifacts-sf.int.ssnc.cloud/artifactory/api/npm/advs-npm-UIShared-local/
How to Use
Start to use AaclDatepickerModule
Import AaclToastModule.
@NgModule({ // ... imports: [ // ... AaclToastModule // ], // ... }) export class ... { }
Use \ in your html template.
<aacl-toast [options] = "toastOption"></aacl-toast>
Initialize toastOption in the component.ts file.
this.toastOption = { id: 889, items: [ { type: EnumAaclNotificationType.Success, message:"Successful", } ] }
Contributors
- Yu Zhang (yxzhang@sscinc.com)
- Zuotian Li (zli@sscinc.com)
- Yoyo Fang (yfang@sscinc.com)
- Sagar Mane (sxmane@sscinc.com)
15.0.0-beta.1
1 year ago