Features Endpoint for Dashboard.

This commit is contained in:
Peter Shin
2016-03-01 07:35:28 -08:00
parent 0b990b671a
commit 66eaf6c6ef
7 changed files with 184 additions and 2 deletions

View File

@@ -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;