Some stuff are not found, like filter()

Ok I’m on the code a bit.

One problem I get when I try to implement a Pipe is “Cannot find module 'angular2/core'” and I’ve take this code: Ionic2 searchbar very slow for 1000+ items

This is the equivalent (longer version but similar as I can see) of the ionic1 filter for ngFor, but it throws me error. Tried:

  • Angular2/common (same error)

  • ionic-angular (load in terminal but in the web page:

TypeError: (0, _ionicAngular.Pipe) is not a function. (In '(0, _ionicAngular.Pipe)({
  name: 'searchPipe'
})', '(0, _ionicAngular.Pipe)' is undefined)

I’m so tired, I’m rewriting this app for the third time and is a quite complex social network. With this kind of “stops” I’ll never finish it :cry: