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.