Ionic2 + feathersjs

Hi Guys,

Just wondering if anyone has already used ionic and feathersjs (nodejs backend). Looking to use it for its real time capabilities.

Just got it working today. This article for using Feathers with Angular2 was helpful.

The only change I had to do to get Ionic to compile was remove the index.d.ts file in node_modules/feathers-client of my ionic app. It was causing a compile error but works fine without it.

Brilliant! thanks mate!