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
Prior to this change it was possible to act on the Promise that is returned from the angular bootstrap function. Due to the removed return statements this cannot be done anymore.
What behavior are you expecting?
I would like to call enableDebugTools from @angular/platform-browser on my root component to debug change detection performance in my app.
Short description of the problem:
Prior to this change it was possible to act on the Promise that is returned from the angular
bootstrap
function. Due to the removedreturn
statements this cannot be done anymore.What behavior are you expecting?
I would like to call
enableDebugTools
from@angular/platform-browser
on my root component to debug change detection performance in my app.Then it is possible to call
ng.profiler.timeChangeDetection();
to get the speed of the change detection for the current application state.Which Ionic Version?
2.0.0-beta.10
The text was updated successfully, but these errors were encountered: