Services list in readme and in the doc generator (#2091)

* add services list in readme and in the autogenerator

* update tslint 5.5.0
This commit is contained in:
Eugenio Romano
2017-07-17 11:38:10 +01:00
parent b1d2ec9e9e
commit 3a76027fe3
211 changed files with 1413 additions and 9463 deletions

View File

@@ -15,6 +15,8 @@
* limitations under the License.
*/
/* tslint:disable:component-selector */
import { Component, HostListener, Input, OnChanges } from '@angular/core';
import { LogService } from 'ng2-alfresco-core';
import { RenderingQueueServices } from '../services/rendering-queue.services';
@@ -376,7 +378,7 @@ export class PdfViewerComponent implements OnChanges {
bounds.top = page.div.offsetTop;
bounds.bottom = bounds.top + page.viewport.height;
return ((bounds.top <= viewport.bottom) && (bounds.bottom >= viewport.top));
};
}
/**
* Litener Keyboard Event