ionic-team / tutorial-photo-gallery-angular

Photo Gallery Tutorial: Ionic Angular and Capacitor
https://ionicframework.com/docs/angular/your-first-app
Other
141 stars 186 forks source link

fix: remove ionic native references #76

Closed liamdebeasi closed 1 year ago

liamdebeasi commented 1 year ago

resolves #75, resolves #36

Ionic Native was previously removed in favor of Capacitor plugins. However, the AppComponent test was never updated, so it was trying to import from packages that were not dependencies. Additionally, the Platform provider is not used anymore.