Содержание
- 2. ABOUT MYSELF Front-end developer 2 years Angular 1.x C# - ASP.NET MVC 3 Last project –
- 3. What are Pipes on Angular 2 Use of Pipes Build-in Pipes Custom Pipes Pure and Impure
- 4. Pipes allow us to change data inside of a template JavaScript Angular2 WHAT ARE PIPES ON
- 5. General syntax(template) {{ expression | pipeName:parameter1:parameter2 }} Chaining Pipes USING PIPES
- 6. USING PIPES Using in code
- 7. USING PIPES Using in code
- 8. DatePipe BUILT-IN PIPES
- 9. BUILT-IN PIPES SlicePipe
- 10. BUILT-IN PIPES
- 11. UpperCasePipe LowerCasePipe BUILT-IN PIPES
- 12. CurrencyPipe BUILT-IN PIPES https://en.wikipedia.org/wiki/ISO_4217
- 13. DecimalPipe BUILT-IN PIPES
- 14. JsonPipe BUILT-IN PIPES
- 15. http://plnkr.co/edit/5AKKFMJXXJKYziWX7ODN?p=preview CUSTOM PIPES EXAMPLE
- 16. How to make the custom pipe available everywhere CUSTOM PIPES
- 17. PURE AND IMPURE PIPES Pure Pipes Angular executes a pure pipe only when it detects a
- 18. Impure Pipes Angular executes an impure pipe during every component change detection cycle. An impure pipe
- 19. EXAMPLE http://plnkr.co/edit/08HH8qArwZjOHqhGqXGK?p=preview http://plnkr.co/edit/fJyipEbImeYypCFAPoiz?p=preview
- 20. ASYNC PIPE EXAMPLE http://plnkr.co/edit/9ICJ20kzzsHvwbrNS2Lk?p=preview
- 21. HTML SANITAZE PIPE
- 22. https://www.ng-book.com/2/ https://angular.io/docs/ts/latest/api/#!?apiFilter=pipe https://angular.io/docs/ts/latest/guide/pipes.html http://stackoverflow.com/questions/34456430/ngfor-doesnt-update-data-with-pipe-in-angular2 USEFUL LINKS
- 24. Скачать презентацию