@scottlott wrote:
Hey guys,
Just started learning Ionic 2 and Angular 2, so much new stuff to grasp with typescript!
I'm trying to use the command line to generate new pages for my project, using the code below:
ionic g page myPageHowever, the generated pages are based on regular old js, no ts! I tried adding "--ts" to the end of the command, just like I did when I generated the project but no dice.
Is there a way to use the page generate command that exports typescript instead of javascript?
Posts: 2
Participants: 2