import {IonicPlatform, IonicView} from 'ionic/ionic'; @IonicView({ templateUrl: 'menus/menus.html', }) export class MenusPage { constructor() { } }