1.0.15 • Published 7 months ago

safe-notification-popup v1.0.15

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

NotificationPopup

This library was generated with Angular CLI version 16.0.0.

How to use notifications

> Install it from npm
> Import NotificationModule in the project´s app.module.ts
> Import the NotificationService in the component where required
> Import PopupModule in the project´s app.module.ts
> Import the PopupService in the component where required

Import the following styles in the angular.json file. (projects > architect > styles):

"styles": [
    "node_modules/ngx-toastr/toastr.css",
    "node_modules/notification-popup/src/notification/styles/style.scss"
]

Code scaffolding

Run ng generate component component-name --project notification-popup to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project notification-popup.

Note: Don't forget to add --project notification-popup or else it will be added to the default project in your angular.json file.

Build

Run ng build notification-popup to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build notification-popup, go to the dist folder cd dist/notification-popup and run npm publish.

Running unit tests

Run ng test notification-popup to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

1.0.15

7 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.9

10 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.11

8 months ago

1.0.10

10 months ago

1.0.12

8 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.0

12 months ago