15.0.0-beta.1 • Published 1 year ago

aacl-toast v15.0.0-beta.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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

  1. Import AaclToastModule.

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

    <aacl-toast [options] = "toastOption"></aacl-toast>
  3. 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