Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-alert-message

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-alert-message

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Visit beforepost.com for awesome color palettes &  extract colors and text from any source STAR

Alert message notifier

Alert component for angular projects

Creative alert message with mutiple color variance

Preview demo

This preview was generated with Stackblitz

CDN

CDN Link for ngx-array- https://unpkg.com/ngx-alert-message@0.0.9/bundles/ngx-alert-message.umd.js

Angular version

This library was generated with Angular CLI version 13.0.0.

Code integration

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

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

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.

just alert module

<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

Alert module

<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...

disabled : (optional) value shoule be true | false > Visit beforepost.com for awesome color palettes &  extract colors and text from any source

Keywords

FAQs

Package last updated on 11 Dec 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc