Features Endpoint for Dashboard.
This commit is contained in:
@@ -18,8 +18,12 @@ export class AdaptableController {
|
||||
this.options = options;
|
||||
this.appId = appId;
|
||||
this.adapter = adapter;
|
||||
this.setFeature();
|
||||
}
|
||||
|
||||
// sets features for Dashboard to consume from features router
|
||||
setFeature() {}
|
||||
|
||||
set adapter(adapter) {
|
||||
this.validateAdapter(adapter);
|
||||
this[_adapter] = adapter;
|
||||
@@ -67,4 +71,4 @@ export class AdaptableController {
|
||||
}
|
||||
}
|
||||
|
||||
export default AdaptableController;
|
||||
export default AdaptableController;
|
||||
|
||||
Reference in New Issue
Block a user