0.0.7 • Published 2 years ago

@ngx-bio-components/alert v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@ngx-bio-components/alert

import { BioAlertModule } from '@ngx-bio-components/alert';
<bio-alert [alert]="alert"></bio-alert>
export type Alert = {
    type?: 'error' | 'success' | 'warning' | 'info';
    messages?: string[];
    message?: string;
    headerText?: string;
    show?: boolean;
};

warning

error with header text and messages array

success

info

0.0.7

2 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago