yes, i get the import correctly:
from the welcome page:
import {SignupPage} from '../signup/signup';
and i get the signup page content on click, the problam is that the view keep welcome page and signup, so i can see both page content on my page
folder struc':
pages
signup
signup.js
welcome
welcome.js
↧
Navigation in Ionic 2
↧