refactor(NumberPipe): remove NumberPipe and replace it with private helper function

NumberPipe was just an implementation detail that we were accidentaly exposing as a public api.
This commit is contained in:
Igor Minar
2016-05-27 12:03:03 -07:00
parent e93b3d2360
commit a5a422f8e7
3 changed files with 49 additions and 48 deletions

View File

@ -82,7 +82,6 @@ var COMMON: string[] = [
'NgSwitch',
'NgSwitchWhen',
'NgSwitchDefault',
'NumberPipe',
'ObservableListDiff:dart',
'ObservableListDiffFactory:dart',
'PatternValidator',