I’m using ActionSheet just like it is used in the Conference app i.e
import {ActionSheet} from ‘ionic/ionic’;
export class myClass {
constructor(actionSheet:ActionSheet) {
this.actionSheet = actionSheet;
}
This worked find in alpha46 (yesterday) but today using alpha47 I get the error:
No Provider for ActionSheet!
Anyone else getting a similar issue with alpha47?