Interface MethodTemplateDirectiveContext<ReturnType>

interface MethodTemplateDirectiveContext<ReturnType = any> {
    $implicit: ReturnType;
}

Type Parameters

  • ReturnType = any

Properties

Properties

$implicit: ReturnType