@ionic/angular 8.7.18-dev.11770316329.126ef4af → 8.7.18-dev.11770316772.1e7b64e5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -980,7 +980,8 @@ export declare interface IonRefresher extends Components.IonRefresher {
980
980
  */
981
981
  ionPull: EventEmitter<CustomEvent<void>>;
982
982
  /**
983
- * Emitted when the user begins to start pulling down. @deprecated Use `ionPullStart` instead.
983
+ * Emitted when the user begins to start pulling down.
984
+ TODO(FW-7044): Remove this in a major release @deprecated Use `ionPullStart` instead.
984
985
  */
985
986
  ionStart: EventEmitter<CustomEvent<void>>;
986
987
  /**