Skip to content

Commit

Permalink
docs(loading): 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 78929a8 commit 1fe78b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
```ts
import { Component } from '@angular/core';
import { IonButton } from '@ionic/angular/standalone';

import { LoadingController } from '@ionic/angular';
import { IonButton, LoadingController } from '@ionic/angular/standalone';

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

import { LoadingController } from '@ionic/angular';
import { IonButton, LoadingController } from '@ionic/angular/standalone';

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

0 comments on commit 1fe78b9

Please sign in to comment.