npm install aacl-toast --registry https://artifacts-sf.int.ssnc.cloud/artifactory/api/npm/advs-npm-UIShared-local/
-
Import AaclToastModule.
@NgModule({ // ... imports: [ // ... AaclToastModule // ], // ... }) export class ... { }
-
Use <aacl-toast> 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", } ] }
- Yu Zhang (yxzhang@sscinc.com)
- Zuotian Li (zli@sscinc.com)
- Yoyo Fang (yfang@sscinc.com)
- Sagar Mane (sxmane@sscinc.com)