1
Voce needs to create pages through the command inside the folder of your project.
open cmd, point to the folder and type the command ionic generate page [nome]
1
0
Voce needs to create pages through the command inside the folder of your project.
open cmd, point to the folder and type the command ionic generate page [nome]
Browser other questions tagged ionic2 typescript
You are not signed in. Login or sign up in order to post.
How are the codes? How is the file
userpage.ts? In theimportyour class name is correct? You defined asUserpagewhen it should beUserPage.– Marcelo de Andrade
I think the problem is in
import. You’re calling..pages/and the directories shown in the image and in the image itselfimportofHomePageshould be../pages/and not..pages/.– Hamurabi Araujo