mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
rearrange structure
This commit is contained in:
@ -37,10 +37,11 @@ import {IonicComponent} from 'ionic/config/component'
|
||||
`,
|
||||
directives: [For]
|
||||
})
|
||||
export class Tabs {
|
||||
export class Tabs {
|
||||
constructor(
|
||||
@NgElement() ngElement: NgElement
|
||||
) {
|
||||
console.log("Tabs");
|
||||
this.domElement = ngElement.domElement
|
||||
this.config = Tabs.config.invoke(this)
|
||||
|
||||
|
Reference in New Issue
Block a user