style(lint): re-format modules/@angular
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import {provide} from '@angular/core';
|
||||
import {MockSchemaRegistry, MockXHR} from '@angular/compiler/testing';
|
||||
import {ElementSchemaRegistry, XHR, UrlResolver} from '@angular/compiler';
|
||||
import {ElementSchemaRegistry, UrlResolver, XHR} from '@angular/compiler';
|
||||
import {createUrlResolverWithoutPackagePrefix} from '@angular/compiler/src/url_resolver';
|
||||
import {MockSchemaRegistry, MockXHR} from '@angular/compiler/testing';
|
||||
import {provide} from '@angular/core';
|
||||
|
||||
export var TEST_PROVIDERS: any[] = [
|
||||
{provide: ElementSchemaRegistry, useValue: new MockSchemaRegistry({}, {})},
|
||||
|
Reference in New Issue
Block a user