refactor(ivy): misc cleanup (#25369)

PR Close #25369
This commit is contained in:
Victor Berchet
2018-08-06 14:07:42 -07:00
committed by Ben Lesh
parent ecb5dc03f9
commit 85106375ac
12 changed files with 23 additions and 19 deletions

View File

@ -15,7 +15,7 @@ import {DOCUMENT, ɵgetDOM as getDOM} from '@angular/platform-browser';
*/
@Injectable()
export class DOMTestComponentRenderer extends TestComponentRenderer {
constructor(@Inject(DOCUMENT) private _doc: any /** TODO #9100 */) { super(); }
constructor(@Inject(DOCUMENT) private _doc: any) { super(); }
insertRootElement(rootElId: string) {
const rootEl = <HTMLElement>getDOM().firstChild(