Extract a single component

I’d like to only use virtualScroll and nothing else from Ionic; I’m struggeling a bit with what I exactly need from ionic to get virtual scrolling going in my angular2 application. So far I have downloadeed and set up ionic2 in the application. Used the ionicbootstrap instead of the normal bootstrap and tried to import and set the directive. Angular2 keeps complaining about an property ‘isSkipSelf’ of undefined.

I know it’s a weird step but I just need virtualscroll at the moment and not the whole framework.
Anyone that can help me out?