Styling is not applied to buttons in components

see this: How to make a directive or equivalent?

@Page comes with the IONIC_DIRECTIVES by default, if you’re using the @Component you need to include them in the directives array”

I had to use this:

import {IONIC_DIRECTIVES} from 'ionic-framework/ionic';