mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
icon directive wip for Ionicons 3.0
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import {App, NavController, IonicView} from 'ionic/ionic';
|
||||
|
||||
@App({
|
||||
templateUrl: 'main.html'
|
||||
})
|
||||
class IonicApp {
|
||||
constructor() {
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
<ion-row>
|
||||
<ion-col class="col-33">
|
||||
Hello
|
||||
</ion-col>
|
||||
<ion-col class="col-33">
|
||||
Hello
|
||||
</ion-col>
|
||||
<ion-col class="col-33">
|
||||
Hello
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
Reference in New Issue
Block a user