ngx-alert-message
Advanced tools
Comparing version 3.0.8 to 3.0.9
{ | ||
"name": "ngx-alert-message", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Manojkumar Muthukumar", |
@@ -5,2 +5,4 @@ <img width="256px" src="https://icon.beforepost.com/5IQN2B2I-Z8A260K8-CLI06PQ9.svg"/> | ||
## For Angular 17 + (standalone component) | ||
[![](https://data.jsdelivr.com/v1/package/npm/ngx-alert-message/badge)](https://www.jsdelivr.com/package/npm/ngx-alert-message) | ||
@@ -14,13 +16,19 @@ | ||
Import the module on your `app.module.ts` file as follow. | ||
Import the module on your `your-component.component.ts` file as follow. | ||
`import { NgxAlertMessageModule } from "ngx-alert-message";` | ||
`import { AlertComponent, JustAlertComponent } from 'ngx-alert-message';` | ||
Then import the module as follow on imports array | ||
> NgxAlertMessageModule | ||
`@Component({ | ||
selector: '...', | ||
templateUrl: '...', | ||
styleUrls: ['...'], | ||
standalone: true, | ||
imports: [AlertComponent, JustAlertComponent] | ||
})` | ||
## Using | ||
After importing this library with `npm install ngx-alert-message`, go to the component which is declared under `app.module.ts` and integrate as below. | ||
After importing this library with `npm install ngx-alert-message`, | ||
@@ -27,0 +35,0 @@ ## just alert module |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41022
323
80