4.0.10 • Published 4 months ago
ngx-alert-message v4.0.10
Alert message notifier
For Angular 17 + (standalone component)
Alert component for angular projects. Creative alert message with mutiple color variance.
Import
Import the module on your your-component.component.ts
file as follow.
import { AlertComponent, JustAlertComponent } from 'ngx-alert-message';`
Then import the module as follow on imports array
@Component({
selector: '...',
templateUrl: '...',
styleUrls: ['...'],
standalone: true,
imports: [AlertComponent, JustAlertComponent]
})
For animation
import { provideAnimations } from '@angular/platform-browser/animations';
bootstrapApplication(AppComponent, {
providers: [
importProvidersFrom(BrowserModule),
provideAnimations() // Import this
],
}).
catch((err) => console.error(err));
Using
After importing this library with npm install ngx-alert-message
,
just alert module
<ngx-just-alert [text]="text"></ngx-just-alert>
close : (required) value shoule be `true | false`
mode : (required) value shoule be `primary | success | danger | info | warning`
text : (required) value shoule be `anything...`
Alert module
<ngx-alert [text]="text"></ngx-alert>
close : (optional) value shoule be `true | false`
mode : (optional) value shoule be `primary | success | danger | info | warning`
text : (optional) value shoule be `anything...`
4.0.8
6 months ago
4.0.10
4 months ago
4.0.7
10 months ago
4.0.6
10 months ago
4.0.5
1 year ago
4.0.4
1 year ago
4.0.3
1 year ago
3.1.6
1 year ago
3.1.5
1 year ago
4.0.1
1 year ago
4.0.0
1 year ago
4.0.2
1 year ago
3.1.3
1 year ago
3.0.9
1 year ago
3.1.2
1 year ago
3.1.1
1 year ago
3.1.0
1 year ago
3.0.8
1 year ago
3.0.7
1 year ago
3.0.4
2 years ago
3.0.3
2 years ago
3.0.2
2 years ago
3.0.1
2 years ago
3.0.6
2 years ago
3.0.5
2 years ago
3.0.0
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
1.0.0
3 years ago
0.1.0
3 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago