Angular 2如何将url param值与json对象键响应相匹配

时间:2016-09-14 09:00:30

标签: javascript angularjs json angular

是否可以匹配url param值以匹配Js或Angular 2中的JSON Object键响应?

例如www.mysite.com/sometpath?matchThisVal="/api/matchMeWithJsonObject"我希望将/api/matchMeWithJsonObject与JSON对象匹配,然后控制台记录此对象以查看其中的其他对象。

JSON对象以匹配url param值。

someResponse {
 /api/matchMeWithJsonObject {} Object // Match this with the url param value above
}

如果有可能,有人能指出我正确的方向吗?

0 个答案:

没有答案