`,
- directives: []
+ directives: [DocumentList]
})
export class HomeView {
+ thumbnails: boolean = true;
+ breadcrumb: boolean = false;
+ navigation: boolean = true;
+ downloads: boolean = true;
}
diff --git a/demo-shell-ng2/app/components/login.ts b/demo-shell-ng2/app/components/login.ts
index f8db849843..826ba1352c 100644
--- a/demo-shell-ng2/app/components/login.ts
+++ b/demo-shell-ng2/app/components/login.ts
@@ -7,6 +7,11 @@ import {Authentication} from "../services/authentication";
selector: 'login',
directives: [ROUTER_DIRECTIVES, FORM_DIRECTIVES],
template: `
+
+
+ Use test:test credentials to log in
+
+