mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
docs(usage): setting angular usage example to be typescript (#14469)
This commit is contained in:
committed by
Brandy Carney
parent
ed8ff4fec1
commit
d82be3e98c
@ -15,7 +15,7 @@
|
||||
<ion-backdrop [tappable]="enableBackdropDismiss" [visible]="showBackdrop" [stopPropagation]="shouldPropagate"></ion-backdrop>
|
||||
```
|
||||
|
||||
```javascript
|
||||
```typescript
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user