Angular's Service responsible for hooking into Angular Router and tracking current navigation process. Creates a new transaction for every route change and measures a duration of routing process.

Hierarchy

  • TraceService

Implements

  • OnDestroy

Methods

Methods

  • This is used to prevent memory leaks when the root view is created and destroyed multiple times, since subscribe callbacks capture this and prevent many resources from being GC'd.

    Returns void

Generated using TypeDoc