fix(core): update
This commit is contained in:
@ -113,7 +113,7 @@ export class DeesTable<T> extends DeesElement {
|
||||
return this.data;
|
||||
}
|
||||
set value(valueArg) {}
|
||||
public changeSubject = new domtools.rxjs.Subject<DeesTable<T>>();
|
||||
public changeSubject = new domtools.plugins.smartrx.rxjs.Subject<DeesTable<T>>();
|
||||
// end dees-form compatibility -----------------------------------------
|
||||
|
||||
@property({
|
||||
|
Reference in New Issue
Block a user