Skip to content

Commit ff3e16d

Browse files
committed
remove comments
1 parent 247789a commit ff3e16d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modal/modal.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ export class ModalService {
4848
data = Object.assign({}, defaults, data);
4949

5050
const inputProviders = Object.keys(data.inputs).map(inputName => ({provide: inputName, useValue: data.inputs[inputName]}));
51-
// const resolvedInputs = ReflectiveInjector.resolve(inputProviders);
52-
// const injector = ReflectiveInjector.fromResolvedProviders(resolvedInputs, this.placeholder.viewContainerRef.parentInjector);
5351
const injector = Injector.create(inputProviders);
5452
const factory = this.resolver.resolveComponentFactory(data.component);
5553
let focusedElement = document.activeElement;

0 commit comments

Comments
 (0)