This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

WtfScopeFn

A scope function for the Web Tracing Framework (WTF).

      
      interface WtfScopeFn {
  (arg0?: any, arg1?: any): any
}
    

Methods

(arg0?: any, arg1?: any): any
      
      (arg0?: any, arg1?: any): any
    

Parameters

arg0

Type: any.

Optional. Default is undefined.

arg1

Type: any.

Optional. Default is undefined.

Returns

any