mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2149] Update ng-packagr to 2.0.0 (#2935)
* ng-packagr version 2.0.0 core fixes * fix content services jsdoc * fix process service jsdoc * last update new build 2.0.0 * fix comment jsdoc
This commit is contained in:
@@ -158,7 +158,6 @@ export class ThumbnailService {
|
||||
/**
|
||||
* Get thumbnail URL for the given document node.
|
||||
* @param document Node to get URL for.
|
||||
* @returns {string} URL address.
|
||||
*/
|
||||
public getDocumentThumbnailUrl(node: any): string {
|
||||
let thumbnail = this.contentService.getDocumentThumbnailUrl(node);
|
||||
@@ -168,7 +167,6 @@ export class ThumbnailService {
|
||||
/**
|
||||
* Get mimeType SVG
|
||||
* @param mimeType
|
||||
* @returns {string} URL SVG address.
|
||||
*/
|
||||
public getMimeTypeIcon(mimeType: string): string {
|
||||
let icon = this.mimeTypeIcons[mimeType];
|
||||
@@ -177,7 +175,6 @@ export class ThumbnailService {
|
||||
|
||||
/**
|
||||
* Get default SVG
|
||||
* @returns {string} URL SVG default.
|
||||
*/
|
||||
public getDefaultMimeTypeIcon(): string {
|
||||
return this.DEFAULT_ICON;
|
||||
|
Reference in New Issue
Block a user