Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

So many errors in Ionic 5 #19

Open
pedros89 opened this issue Nov 20, 2020 · 1 comment
Open

So many errors in Ionic 5 #19

pedros89 opened this issue Nov 20, 2020 · 1 comment

Comments

@pedros89
Copy link

Hello, I have just downloaded the code to test it to implement it in my application but there are so many errors.
Anybody could post a link where the code has been corrected for usage in Ionic 5
in home.page.ts and detail.page.ts
some errors are:
cannot find modules...
URL does not point to a valid file..
BLE refers to a value, but is being used as a type here...
Property 'present' does not exist on type

in app.component.ts
cannot resolve all paramenters for MyApp
'StatusBar ' refers to a value, but is being used as a type here
'ion-nav- is a not known element

If you have a link with this example working for Ionic 5 it would be great as this code is obsolete.

@pedros89 pedros89 changed the title So many errors in Ionic 45 So many errors in Ionic 5 Nov 20, 2020
@MOODYWAA500
Copy link

same here < but ionic 4+ have change a lot of thing and one of the things is nav-push = push data to pages

this.navCtrl.push(DetailPage, {
device: device

, now they use router and ActivatedRoute now , put with the selected thing i got lose i hope someone helps you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants