Category | @uirouter/core
Options
Menu

Enumeration Category

Trace categories Enum

Enable or disable a category using Trace.enable or Trace.disable

trace.enable(Category.TRANSITION)

These can also be provided using a matching string, or position ordinal

trace.enable("TRANSITION")

trace.enable(1)

Index

Enumeration members

Enumeration members

HOOK:
RESOLVE:
TRANSITION:
UIVIEW:
VIEWCONFIG:

Generated using TypeDoc