fix(data): fix template and other consistency issues

This commit is contained in:
Jovan Krunić
2019-04-15 13:41:27 +02:00
parent 5855accc16
commit c3bc227a3c
13 changed files with 83 additions and 64 deletions

View File

@@ -1 +1 @@
<span>{{text | slice:0:size}}<span *ngIf="text.length > size">...</span>
<span>{{text | slice:0:size}}<span *ngIf="text.length > size">...</span></span>

View File

@@ -19,7 +19,7 @@ import {isThing, SCThing} from '@openstapps/core';
selector: 'stapps-simple-card',
templateUrl: 'simple-card.html',
})
export class CardOfArrayComponent {
export class SimpleCardComponent {
areThings: boolean = false;
@Input() content: string | string[] | SCThing[];
@Input() isMarkdown: boolean = false;