deeleman / learning-angular2

Code samples repository for the examples provided in "Learning Angular 2", published by Packt Publishing - THE BOOK COVERS UP TO RC.1 and hence is severely OUTDATED. PLEASE REFER TO THE LATEST EDITIONS INSTEAD.
https://www.packtpub.com/web-development/learning-angular-2
108 stars 59 forks source link

NumberPipe is now a private internal function #13

Closed deeleman closed 8 years ago

deeleman commented 8 years ago

According to the angular team:

NumberPipe was just an implementation detail that we were accidentaly exposing as a public api.

Therefore, this pipe will no longer be part of public common set of pipes. More info.