Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
ngx-alert-message
Advanced tools
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
Alert component for angular projects
Creative alert message with mutiple color variance
This preview was generated with Stackblitz
CDN Link for ngx-array- https://unpkg.com/ngx-alert-message@0.1.6/bundles/ngx-alert-message.umd.js
This library was generated with Angular CLI version 13.0.0.
To use this package as a service npm i ngx-alert-message
install this on the root angular project .
Note: Don't forget to run this commend
npm i ngx-alert-message
on root folder or else it will throw error.
Import the module on your app.module.ts
file as follow.
import { NgxAlertMessageModule } from "ngx-alert-message";
Then import the module as follow on imports array
NgxAlertMessageModule
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.
<ngx-just-alert [close]="close" [mode]="mode" [bold]="bold" [disabled]="'true'" [text]="text"></ngx-just-alert>
close : (required) value shoule be
true | false
mode : (required) value shoule be
primary | success | danger | info | warning
bold : (optional) value shoule be
true | false
text : (required) value shoule be
anything...
disabled : (optional) value shoule be
true | false
<ngx-alert [close]="close" [mode]="mode" [bold]="bold" [disabled]="'true'" [text]="text"></ngx-alert>
close : (required) value shoule be
true | false
mode : (required) value shoule be
primary | success | danger | info | warning
bold : (optional) value shoule be
true | false
text : (required) value shoule be
anything...
FAQs
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
The npm package ngx-alert-message receives a total of 24 weekly downloads. As such, ngx-alert-message popularity was classified as not popular.
We found that ngx-alert-message demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.