Skip to content

Commit 29341d7

Browse files
committed
docs(refresher): change import for angular demo
1 parent b6d19e2 commit 29341d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

static/usage/v8/refresher/pull-start-end-events/angular/example_component_ts.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ import {
1212
IonTitle,
1313
IonToolbar,
1414
RefresherCustomEvent,
15+
RefresherPullEndCustomEvent,
1516
} from '@ionic/angular/standalone';
16-
// TODO: this needs to be exported by angular
17-
import { RefresherPullEndCustomEvent } from '@ionic/core';
1817

1918
@Component({
2019
selector: 'app-example',

0 commit comments

Comments
 (0)