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:
@ -82,7 +82,6 @@ var COMMON: string[] = [
|
||||
'NgSwitch',
|
||||
'NgSwitchWhen',
|
||||
'NgSwitchDefault',
|
||||
'NumberPipe',
|
||||
'ObservableListDiff:dart',
|
||||
'ObservableListDiffFactory:dart',
|
||||
'PatternValidator',
|
||||
|
Reference in New Issue
Block a user