UNPKG

ngx-testing-tools

Version:
4 lines (3 loc) 194 B
import { Injectable, Type } from '@angular/core'; import { Nullable } from '../shared.models'; export declare function getInjectableAnnotation<T>(InjectableCtor: Type<T>): Nullable<Injectable>;