Ionic module error 2

1

When I create a page the module is not being recognized, for example user page and signup in my case are not being recognized, how to solve? follows the attached image

    
asked by anonymous 12.04.2017 / 18:09

1 answer

0

You need to create pages through the command within the folder of your project.

Open the cmd, point to the folder, and type the command ionic generate page [nome]

    
02.06.2017 / 14:17