Skip to content

Commit

Permalink
Update angular-integration.md
Browse files Browse the repository at this point in the history
add missing language to code listings
  • Loading branch information
sengmann authored Jun 26, 2023
1 parent a541266 commit ecf7bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/angular-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bootstrapApplication(AppComponent, {

**Create facades just like any Angular service**

```
```typescript
@Injectable({providedIn: 'root'})
export class MyFacade extends Facade<MyCommands> {

Expand All @@ -59,7 +59,7 @@ export class MyFacade extends Facade<MyCommands> {

**use the facade in your components**

```
```typescript
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
Expand Down

0 comments on commit ecf7bd1

Please sign in to comment.