mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
fix(data): fix template and other consistency issues
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user