Closed liamdebeasi closed 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.
AppComponent
Platform
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, thePlatform
provider is not used anymore.