Angular Dart from the Beginning: 20 Pipes

preview_player
Показать описание
Angular uses pipes to convert one type of data into a different type or format.

Note: I didn't realize that I had not used dartdevc in this video, making the compilation step take an extra long time.
Рекомендации по теме
Комментарии
Автор

Pipes aren't good for performance in terms of code-size and runtime speed. That might explain some of the issues Richard was having. Pipes may seem slick, but I'd recommend coding like they don't exist.

HankyUSA