UNPKG

ngx-testing-tools

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