mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
rename IonicComponent stuff
This commit is contained in:
@ -19,7 +19,7 @@ export class IonicDirective extends Directive {
|
||||
}
|
||||
}
|
||||
|
||||
export class IonicComponentNEW extends Component {
|
||||
export class IonicComponent extends Component {
|
||||
constructor(ComponentType) {
|
||||
super( appendModeConfig(ComponentType) );
|
||||
}
|
||||
@ -86,7 +86,7 @@ function appendModeConfig(ComponentType) {
|
||||
return config;
|
||||
}
|
||||
|
||||
export class IonicComponent {
|
||||
export class IonicComponent_OLD {
|
||||
constructor(ComponentType, {
|
||||
properties,
|
||||
bind,
|
||||
|
Reference in New Issue
Block a user