mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(bootstrap): update to use ionicBootstrap
This commit is contained in:
@ -33,9 +33,10 @@ import {MenuType} from './menu-types';
|
||||
* toggling the menu.
|
||||
*
|
||||
* ```ts
|
||||
* import{Page, MenuController} from 'ionic-angular';
|
||||
* import {Component} from '@angular/core';
|
||||
* import {MenuController} from 'ionic-angular';
|
||||
*
|
||||
* @Page({...})
|
||||
* @Component({...})
|
||||
* export class MyPage {
|
||||
*
|
||||
* constructor(private menu: MenuController) {
|
||||
|
Reference in New Issue
Block a user