Enable transition tracing to print transition information to the console,
in order to help debug your application.
Tracing logs detailed information about each Transition to your console.
To enable tracing, import the [[Trace]] singleton and enable one or more categories.
ES6
import {trace} from"@uirouter/core/index"; trace.enable(1, 5); // TRANSITION and VIEWCONFIG
Transition tracing (debug)
Enable transition tracing to print transition information to the console, in order to help debug your application. Tracing logs detailed information about each Transition to your console.
To enable tracing, import the [[Trace]] singleton and enable one or more categories.
ES6
CJS
Globals
Angular 1: