URL routing doesnt work?

I’ve added @IonicPage to my components but routind doesnt work at all, if i type http://localhost:8100/#/home in browser i recive error invalid page component: undefined, i can push/pop pages programatically, but also whant to have URL base navigation.

Well, I’ve found how to make things work, still dont get the whole idea - but its all about lazy load and another module describing. This article helped me a lot.