Added luna template and deps

Change-Id: Idd3dcdee3a377a75733c333d4a754632111e17ee
diff --git a/src/app/core/table/table.ts b/src/app/core/table/table.ts
index 77067fa..dba740e 100644
--- a/src/app/core/table/table.ts
+++ b/src/app/core/table/table.ts
@@ -37,10 +37,14 @@
   public columns: any[];
   public orderBy: string;
   public reverse: boolean;
+  public classes: string;
   private config: IXosTableCfg;
 
 
   $onInit() {
+
+    this.classes = 'table table-striped'; // table-bordered
+
     if (!this.config) {
       throw new Error('[xosTable] Please provide a configuration via the "config" attribute');
     }