您的位置:首页 > Web前端 > AngularJS

[Angular 2] Filter items with a custom search Pipe in Angular 2

2016-03-23 03:45 549 查看
This lessons implements the Search Pipe with a new SearchBox component so you can search through each todo. It also demonstrates the patterns used for components to interact with each other. Often generic components are used for handling user input then they forward on those events (using Outputs) to components more specific to your application.

Also shows one way to structure your project by feature and how all you need to do is update your import statements.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: