I tried adding providers: [Slides] to the component definition, the error is exactly the same.
I guess some others have had the same issue, but this example is very simple and ionic 2 is getting closer to release. Can anyone help me sort out this issue?
Based on the implementation of ionic slides, I think the best solution is to write a custom component to replace the Slide rather than to wrap it. Obviously this has the downside that if the ionic slides implementation changes, you may have to update your custom slide components.
For the example in my post, the replacement component looks like this: