UNPKG

ngx-testing-tools

Version:
4 lines (3 loc) 190 B
import { Directive, Type } from '@angular/core'; import { Nullable } from '../shared.models'; export declare function getDirectiveAnnotation<T>(DirectiveCtor: Type<T>): Nullable<Directive>;