如何为激活的路由参数angular2编写测试用例

时间:2017-03-01 11:47:28

标签: angular angular2-routing angular2-testing

我的应用程序使用angular2 framework

我正在尝试编写测试用例

如果有人解释如何编写激活的测试用例,那将是完全有用的 路线参数

这是我从url

获取id的代码
<select class="input" ng-model="x.model" scroll-bar scroll-config="x.config"
    ng-options="y as y.name for y in x.students">
</select>

1 个答案:

答案 0 :(得分:0)

我遇到了类似的问题,并解决了这个问题:

Testing a component, which depends on a route param

也许它可以帮到你!