Skip to content

Commit

Permalink
docs(gestures): update angular to standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Dec 27, 2024
1 parent 1b2c973 commit 22c4cd7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
```ts
import { ChangeDetectorRef, Component, ElementRef, ViewChild } from '@angular/core';
import { IonCard, IonCardContent, IonCardHeader, IonCardSubtitle } from '@ionic/angular/standalone';
import type { GestureDetail } from '@ionic/angular';
import { GestureController } from '@ionic/angular';
import { GestureController, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle } from '@ionic/angular/standalone';
import type { GestureDetail } from '@ionic/angular/standalone';

@Component({
selector: 'app-example',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
```ts
import { Component, ElementRef, ViewChild } from '@angular/core';
import { IonCard, IonCardContent } from '@ionic/angular/standalone';
import { GestureController } from '@ionic/angular';
import { GestureController, IonCard, IonCardContent } from '@ionic/angular/standalone';

@Component({
selector: 'app-example',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
```ts
import { ChangeDetectorRef, Component, ElementRef, ViewChild } from '@angular/core';
import { IonCard, IonCardContent, IonCardHeader, IonCardSubtitle } from '@ionic/angular/standalone';
import type { GestureDetail } from '@ionic/angular';
import { GestureController } from '@ionic/angular';
import { GestureController, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle } from '@ionic/angular/standalone';
import type { GestureDetail } from '@ionic/angular/standalone';

@Component({
selector: 'app-example',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
```ts
import { Component, ElementRef, ViewChild } from '@angular/core';
import { IonCard, IonCardContent } from '@ionic/angular/standalone';
import { GestureController } from '@ionic/angular';
import { GestureController, IonCard, IonCardContent } from '@ionic/angular/standalone';

@Component({
selector: 'app-example',
Expand Down

0 comments on commit 22c4cd7

Please sign in to comment.