The problem I'm having is the html page is showing the actual div tags rather than the specified words with the style (red) placed within the div tag.
HTML file: <div>{{card.info}}</div>
ts file: return [
> { title: 'Latest Articles', cols: 2, rows: 1, info: '< input type="text" value="not working" /> '},
> { title: 'Stats', cols: 2, rows: 1, info: 'ggg' }];