5 lines
110 B
HTML
5 lines
110 B
HTML
|
<p>sticker-selector works!</p>
|
||
|
<p *ngFor="let stickerInfo of stickerInfoList">
|
||
|
{{ stickerInfo.title }}
|
||
|
</p>
|