Skip to content

Commit

Permalink
Repository info.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexara-prime-ai committed Jul 26, 2023
1 parent e7bc977 commit 3438d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/angular-message-box/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
* With a **straightforward *API*** and a **range of configuration options**, you can easily tailor the appearance and behavior of the message boxes to match your application's design and user experience. The message-box component is highly responsive, ensuring a consistent and engaging messaging system across various devices and screen sizes. Empower your users with clear, concise, and visually appealing messages using the **ng-message-box** component to **enhance overall communication** and **user interaction** in your application.

## Installation :
```js
```bash
npm i ng-message-box
```
## Usage :

## App Module

```js
import { AngularMessageBoxModule } from 'ng-message-box';

@NgModule({
Expand All @@ -30,7 +30,7 @@
bootstrap: [AppComponent]
})
export class AppModule { }

```
## Template
<ng-message-box></ng-message-box>

Expand Down

0 comments on commit 3438d6d

Please sign in to comment.