
© Piotr Sikora 2026 | All Rights Reserved
My recap of the DevMeeting Angular 2.0 workshop in Krakow, a one-day event where developers learn the basics of a new framework together in a group.
How I fixed the TypeError Cannot read property length of undefined error in an Angular 2 pipe by handling data that is undefined when filtering a list.
Pipes are very important element of Angular 2 framework. Create your own pipe to transform and filter your data.
Essential CRUD Snippets. Angular is giving great tools to build application and NgRx gives you opportunity to manage you app with state.