I\'m trying to use the card group functionality of Bootstrap 4 with Angular ngFor.
ngFor
Here is the HTML I have for now, but I can\'t find how to break to a new
You need a wrapping div with the class col-4 arroud the with card class. thats how grid layout works. see using grid markup section here: https://v4-alpha.getbootstrap.com/components/card/#using-grid-markup so: {{presentation.title}} sample plunker: https://plnkr.co/edit/8LDBMorXBB1OqI0bolS6?p=preview 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
div
col-4
with card class. thats how grid layout works. see using grid markup section here: https://v4-alpha.getbootstrap.com/components/card/#using-grid-markup so: {{presentation.title}} sample plunker: https://plnkr.co/edit/8LDBMorXBB1OqI0bolS6?p=preview 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
card
see using grid markup section here: https://v4-alpha.getbootstrap.com/components/card/#using-grid-markup
so:
{{presentation.title}}
sample plunker: https://plnkr.co/edit/8LDBMorXBB1OqI0bolS6?p=preview