mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
add tslint dep and link in the sidebar
This commit is contained in:
parent
57f3e8bef2
commit
4c39b6610c
@ -62,6 +62,7 @@
|
||||
<a class="mdl-navigation__link" href="" [routerLink]="['DataTable']" (click)="hideDrawer()">DataTable</a>
|
||||
<a class="mdl-navigation__link" href="" [routerLink]="['Uploader']" (click)="hideDrawer()">Uploader</a>
|
||||
<a class="mdl-navigation__link" href="" [routerLink]="['Login']" (click)="hideDrawer()">Login</a>
|
||||
<a class="mdl-navigation__link" href="" [routerLink]="['Viewer']" (click)="hideDrawer()">Viewer</a>
|
||||
</nav>
|
||||
</div>
|
||||
<main class="mdl-layout__content">
|
||||
|
@ -18,6 +18,8 @@
|
||||
import { Component } from 'angular2/core';
|
||||
import { VIEWERCOMPONENT } from 'ng2-alfresco-viewer/dist/ng2-alfresco-viewer';
|
||||
|
||||
declare let __moduleName: string;
|
||||
|
||||
@Component({
|
||||
moduleId: __moduleName,
|
||||
selector: 'viewer-component',
|
||||
|
@ -73,6 +73,7 @@
|
||||
"concurrently": "^2.0.0",
|
||||
"del": "^2.1.0",
|
||||
"lite-server": "^2.2.0",
|
||||
"tslint": "^3.8.1",
|
||||
"typescript": "^1.8.10",
|
||||
"typings": "^0.7.12"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user