aacl-toast
TypeScript icon, indicating that this package has built-in type declarations

15.0.0-beta.1 • Public • Published

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 <aacl-toast> 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

Readme

Keywords

none

Package Sidebar

Install

npm i aacl-toast

Weekly Downloads

0

Version

15.0.0-beta.1

License

none

Unpacked Size

89.1 kB

Total Files

20

Last publish

Collaborators

  • pxzhang