I have bellow versions
Start a ionic project with bellow command
ionic start <app_name> sidemenu --v2 --ts
then
ionic serve
its through an error in CLI , application run in browser without any problem .
I have bellow versions
Start a ionic project with bellow command
ionic start <app_name> sidemenu --v2 --ts
then
ionic serve
its through an error in CLI , application run in browser without any problem .
That’s just a typescript error, it’s not an actual breaking error.
Basically it’s typescript saying it doesn’t know what type “Type” is, which we should look into.
Could you open an issue for it?
ionicframework.com/submit-issue
But you should still be able to develop your app without any issues. TSC will still compile the code even if there is a typing error.
Thanks for early reply.
Issue created in GitHub