You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
By now,I still can't find a way using *.ts to debug my ionic2 code!
I find a temporary solution to debug the js .
project ' ionic-commerce-app'
When using 'ionic build' command ,all src files are compiled and copy to .tmp directory,
But I found strange thing !
If using sytax @component {templateUrl:'about.html'},we can't find the file in chrome developer tools sources.the code can't be set breakpoint to debug.
when I replace the 'templateUrl' to 'template' ,the file can be found in chrome dev sources . and can be set breakpoint to debug.
Can't I using templateUrl in code.If using templateUrl how to debug it.
The text was updated successfully, but these errors were encountered:
six006
changed the title
Debug file can't be found in chrome when @component using templateUrl
JS file can't be found in chrome devtools sources when using @component templateUrl
Oct 4, 2016
By now,I still can't find a way using *.ts to debug my ionic2 code!
I find a temporary solution to debug the js .
project ' ionic-commerce-app'
When using 'ionic build' command ,all src files are compiled and copy to .tmp directory,

But I found strange thing !
If using sytax @component {templateUrl:'about.html'},we can't find the file in chrome developer tools sources.the code can't be set breakpoint to debug.


when I replace the 'templateUrl' to 'template' ,the file can be found in chrome dev sources . and can be set breakpoint to debug.


Can't I using templateUrl in code.If using templateUrl how to debug it.
The text was updated successfully, but these errors were encountered: