diff --git a/doc/angular-integration.md b/doc/angular-integration.md index 18997f5..b8f3e5f 100644 --- a/doc/angular-integration.md +++ b/doc/angular-integration.md @@ -43,7 +43,7 @@ bootstrapApplication(AppComponent, { **Create facades just like any Angular service** -``` +```typescript @Injectable({providedIn: 'root'}) export class MyFacade extends Facade { @@ -59,7 +59,7 @@ export class MyFacade extends Facade { **use the facade in your components** -``` +```typescript @Component({ selector: 'app-root', templateUrl: './app.component.html',