我在Angular2中获得了:%s/\_^\(\d*\) \(\d*\)\_$\_.*\_^\1 \(\d*\)/\1 \2 \3/
生成的项目列表。
我希望每个项目都可以作为整个页面的链接,并附有该项目的描述。
通过public async Task<IQueryable<AgentVersionDto>> Get()
public SingleResult<AgentDto> Get([FromODataUri] int key)
检索生成的数据。
由于我想将这些项目用作链接,我猜他们应该拥有类似*ngFor
的路由器参数,以便将用户重定向到描述页面。
问题是如何通过json
传递这些参数(我无法将它们直接绑定到我的[routerLink]="['/items', item.description]"
中的链接)?
我的商品结构(div itemBlock 应该用作链接):
json
Json结构:
html