UNPKG

shallow-render

Version:

Shallow rendering test utility for Angular

3 lines (2 loc) 125 B
import { ModuleWithProviders, Type } from '@angular/core'; export type AngularModule = Type<any> | ModuleWithProviders<any>;