Ionic组件之Menu,可以通过命令生成带菜单的模板ionic start MyIonicProject sidemenu<ion-menu [content]="阅读更多
2017
六
30
Ionic组件之Menu,可以通过命令生成带菜单的模板ionic start MyIonicProject sidemenu<ion-menu [content]="阅读更多
Ionic组件之Toolbars<ion-toolbar><p>Ash,Misty,Brock</p></ion-toolbar>效阅读更多
Ionic组件之Toggle效果图直接上代码:toggle.tsimport { Component } from '@angular/core';@Compone阅读更多
Ionic组件之Toast效果图直接上代码toast.html<ion-header> <ion-navbar> <ion-title>阅读更多
Ionic组件之Tabs效果图直接上代码tab.html//tabTitle标题 tabIcon图标 tabBadge提示图标<ion-tabsclss="ta阅读更多
Ionic组件之Slides效果图直接上代码slides.tsimport { Component } from '@angular/core';@Componen阅读更多
Ionic组件之Select和html <select>差不多<ion-select [(ngModel)]="gender"> &阅读更多
Ionic组件之Segment<ion-segment [(ngModel)]="pet"> <ion-segment-button v阅读更多
Ionic组件之Searchbar:<ion-searchbar (ionInput)="getItems($event)"></ion-se阅读更多
Ionic组件之Range:<ion-range min="1000" max="2000" step="100"阅读更多