refactor(facade): inline StringWrapper (#12051)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {SelectorMatcher} from '@angular/compiler/src/selector';
|
||||
import {CssSelector} from '@angular/compiler/src/selector';
|
||||
import {Math, StringWrapper} from '@angular/facade/lang';
|
||||
import {Math} from '@angular/facade/lang';
|
||||
import {BrowserDomAdapter} from '@angular/platform-browser/src/browser/browser_adapter';
|
||||
import {bindAction, getIntParameter} from '@angular/testing/src/benchmark_util';
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
import {ListWrapper, Map, MapWrapper} from '@angular/facade/src/collection';
|
||||
import {StringWrapper} from '@angular/facade/src/lang';
|
||||
import {Math} from '@angular/facade/src/math';
|
||||
|
||||
export var ITEMS = 1000;
|
||||
|
@ -1,5 +1,3 @@
|
||||
import {StringWrapper} from '@angular/facade/src/lang';
|
||||
|
||||
import {AAT_STATUS_LIST, Account, Company, CustomDate, Offering, Opportunity, STATUS_LIST} from './common';
|
||||
|
||||
export function generateOfferings(count: number): Offering[] {
|
||||
|
Reference in New Issue
Block a user