refactor(facade): Remove most of StringMapWrapper facade. (#12022)
This change mostly automated by
12012b07a2
with some manual fixes.
This commit is contained in:

committed by
Chuck Jazdzewski

parent
ed9c2b6281
commit
b64b5ece65
@ -1,8 +1,8 @@
|
||||
import {ApplicationRef, NgModule, enableProdMode} from '@angular/core';
|
||||
import {ApplicationRef, enableProdMode} from '@angular/core';
|
||||
import {platformBrowser} from '@angular/platform-browser';
|
||||
|
||||
import {bindAction, profile} from '../../util';
|
||||
import {TreeNode, buildTree, emptyTree} from '../util';
|
||||
import {buildTree, emptyTree} from '../util';
|
||||
|
||||
import {AppModuleNgFactory} from './app.ngfactory';
|
||||
import {TreeComponent} from './tree';
|
||||
|
@ -1,8 +1,8 @@
|
||||
import {ApplicationRef, NgModule, enableProdMode} from '@angular/core';
|
||||
import {ApplicationRef, enableProdMode} from '@angular/core';
|
||||
import {platformBrowser} from '@angular/platform-browser';
|
||||
|
||||
import {bindAction, profile} from '../../util';
|
||||
import {TreeNode, buildTree, emptyTree} from '../util';
|
||||
import {buildTree, emptyTree} from '../util';
|
||||
|
||||
import {AppModuleNgFactory} from './app.ngfactory';
|
||||
import {TreeRootComponent} from './tree';
|
||||
|
Reference in New Issue
Block a user