-
Notifications
You must be signed in to change notification settings - Fork 0
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
Admin young #2
base: master
Are you sure you want to change the base?
Admin young #2
Conversation
testing pull request
Hi @Hogusong I started checking this and couldn't run it because of the following errors: src/app/pages/schedule/schedule.ts(3,27): error TS2305: Module '"/Users/luiskcs89/Documents/Webjunto/ionic-conference-app/node_modules/@ionic/angular/dist/index"' has no exported member 'List'. src/app/pages/tutorial/tutorial.ts(4,26): error TS2305: Module '"/Users/luiskcs89/Documents/Webjunto/ionic-conference-app/node_modules/@ionic/angular/dist/index"' has no exported member 'Slides'. src/main.ts(5,29): error TS2307: Cannot find module './environments/environment'. The List and Slides ones can be fixed by changing the types to IonList and IonSlides in the stated files. But for the environment one, I seem to be missing that file, let me know when you push it or if you can send it to me. |
No description provided.