Hello,
I am experiencing a really weird problems when it comes to serving any app on ionic 2. It always shows the same template, no matter what I change. Iβve changed HTML Templates, TypeScript files, and there is always the same content.
I created a new app from the tabs starter template with ionic start myApp tabs --v2 and then npm install on the created folder.
Moreover, I tried to download the Ionic Conference App and it has the same behaviour. It always shows the starter template.
Here you have my installed packages version:
npm: 4.0.5
ionic: 2.2.2
ionic-conference-app
βββ @angular/common@2.4.8
βββ @angular/compiler@2.4.8
βββ @angular/compiler-cli@2.4.8
βββ @angular/core@2.4.8
βββ @angular/forms@2.4.8
βββ @angular/http@2.4.8
βββ @angular/platform-browser@2.4.8
βββ @angular/platform-browser-dynamic@2.4.8
βββ @angular/platform-server@2.4.8
βββ @ionic-native/core@3.1.1
βββ @ionic-native/in-app-browser@3.1.1
βββ @ionic-native/splash-screen@3.1.1
βββ @ionic/app-scripts@1.1.4
βββ @ionic/storage@2.0.0
βββ ionic-angular@2.3.0
βββ ionicons@3.0.0
βββ rxjs@5.0.1
βββ sw-toolbox@3.4.0
βββ typescript@2.0.9
βββ zone.js@0.7.2
Thank you!