Angular 2 Working with Pipes — All you need to know in 10 minutes

preview_player
Показать описание
Angular 2 (alpha 40) in VS2015 with ASPNET5 and TypeScript. We address date, decimal, percent, async and custom pipes.

Рекомендации по теме
Комментарии
Автор

hello sir,
You are the man! you are the only one who does the newest angular2 examples.

Is angular 2 safe to use?
I want to rewrite my jQuery framework using Angular 2

lukasilje
Автор

Can we import other class in to custom pipes. for eg: I have to sort in alphabetic order, but I have only ids in json, to get names I need to pass id to other function in other class, before comparing in pipes, Can I import that class and call getNamesById in pipes. when I do import names from ./names in pipe file, I am getting names as undefined.

asvifi