标签: angular loops routes ngfor
我正在开发Angular 4 Blog,我添加了分页并循环播放帖子。
现在我需要的是如何根据路线循环指定的帖子,如下所示:
如果页面的http://example.com/posts/tools/1页面将加载帖子的数据,则id = 1
http://example.com/posts/tools/1
问题是如何做到这一点?我尝试使用另一个ngFor循环但它遍历所有帖子而不是循环通过单个帖子。
获取完整代码:Github