mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
@ -622,6 +622,7 @@ export class ReorderGroup {
|
||||
|
||||
constructor(r: ElementRef) {
|
||||
const el = r.nativeElement;
|
||||
proxyMethods(this, el, ['complete']);
|
||||
proxyInputs(this, el, ['disabled']);
|
||||
proxyOutputs(this, el, ['ionItemReorder']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user