style(lint): re-format modules/@angular
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
import {Inject, Injectable} from '@angular/core';
|
||||
import {DOCUMENT} from '../src/dom/dom_tokens';
|
||||
import {getDOM} from '../src/dom/dom_adapter';
|
||||
import {TestComponentRenderer} from '@angular/compiler/testing';
|
||||
import {Inject, Injectable} from '@angular/core';
|
||||
|
||||
import {getDOM} from '../src/dom/dom_adapter';
|
||||
import {DOCUMENT} from '../src/dom/dom_tokens';
|
||||
|
||||
import {el} from './browser_util';
|
||||
|
||||
|
||||
/**
|
||||
* A DOM based implementation of the TestComponentRenderer.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user