Skip to content

Commit

Permalink
Syntax highlighting specification
Browse files Browse the repository at this point in the history
  • Loading branch information
lexara-prime-ai committed Jul 26, 2023
1 parent 3438d6d commit 4450e70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions projects/angular-message-box/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
export class AppModule { }
```
## Template
```html
<ng-message-box></ng-message-box>

```
## Component

```js
import { Component, AfterViewInit } from '@angular/core';
import { AngularMessageBoxService } from 'ng-message-box';

Expand All @@ -53,3 +54,4 @@
setTimeout(() => { this.ms.SHOW_SUCCESS_MESSAGE("My message..."); }, 2000);
}
}
```

0 comments on commit 4450e70

Please sign in to comment.