add tslint dep and link in the sidebar

This commit is contained in:
Eugenio Romano
2016-05-26 13:44:20 +01:00
parent 57f3e8bef2
commit 4c39b6610c
3 changed files with 4 additions and 0 deletions

View File

@@ -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',