UNPKG

ngx-testing-tools

Version:
4 lines (3 loc) 186 B
import { NgModule, Type } from '@angular/core'; import { Nullable } from '../shared.models'; export declare function getNgModuleAnnotation<T>(NgModuleCtor: Type<T>): Nullable<NgModule>;