标签: testing angular typescript angular2-routing production
我想为“dev”组件创建路由并在生产模式下锁定此路由,但我不知道这样做。
有人可以在主线上告诉我该怎么做?
Thx
答案 0 :(得分:1)
您可以使用isDevMode()功能测试您是否处于生产模式。 https://angular.io/docs/ts/latest/api/core/index/isDevMode-function.html 在生产模式下,您还可以在路径中使用guard来阻止。
isDevMode()
guard