Skip to content

Commit

Permalink
Merge pull request #8 from wmaurer/patch-1
Browse files Browse the repository at this point in the history
Update dynamic-component.service.ts
  • Loading branch information
aaronfrost committed Jul 9, 2019
2 parents 553813b + 60b40d1 commit 9f9196e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ import {
Injector,
NgModuleFactory,
NgModuleRef,
Type,
ViewContainerRef,
} from '@angular/core';
import { InternalNgModuleRef } from '@angular/core/src/linker/ng_module_factory';
import { BehaviorSubject, Subscription, Observable } from 'rxjs';

export interface InternalNgModuleRef<T> extends NgModuleRef<T> {
_bootstrapComponents: Type<any>[];
}

export interface ICreatedComponentInterface {
next: (data: { [key: string]: any }) => void;
detach: () => void;
Expand Down

0 comments on commit 9f9196e

Please sign in to comment.