腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(26)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
有任何
ngComponentRouter
CDN吗?
有没有来自谷歌的官方CDN拥有
ngComponentRouter
,我哪儿也找不到。
浏览 6
提问于2016-06-09
得票数 0
回答已采纳
1
回答
开始使用
ngComponentRouter
我正在设置我在github上访问的关于新的角度路由器的回购。 我在控制台上遇到了错误。特别是角分量不是函数。 restrict: 'EA', controller: AboutController,}); 我
浏览 2
修改于2016-01-13
得票数 0
回答已采纳
1
回答
单元测试
ngComponentRouter
-角1.5.x
我正在尝试对一个简单的组件进行单元测试,但我一直收到以下消息: 错误:由于以下原因,$injector:modulerr未能实例化模块
ngComponentRouter
:app.js "use strict"; const app = angular.module("app", ["
浏览 5
修改于2017-03-28
得票数 0
回答已采纳
1
回答
$routerCanActivate不工作(Angular 1.5组件路由器,又名
ngComponentRouter
)
首先,是的,我知道
ngComponentRouter
模块已经过时了,但我的应用程序已经很好地使用它了,除了这个问题。
浏览 3
提问于2016-08-24
得票数 1
1
回答
带有angularjs1.5组分的离子1.3.1与
ngComponentRouter
但在使用ui-路由器之后,我在选项卡中发现了一些问题,例如 标签被打破,标题是不可见的历史问题,只是为了摆脱上述问题,我计划使用新的角2路由器
ngcomponentRouter
的angularjs1.5我是否应该使用angular2路由,即带有angularjs1.5组件的
ngComponentRouter
?如果在更新离子版本和angularjs版本后使用状态路由,则会发现上面提到的一些问题。
浏览 5
提问于2016-07-22
得票数 3
回答已采纳
1
回答
角1.5.3 &类型记录&
ngComponentRouter
:绑定:{$路由器:‘<’}总是返回未定义的路由器属性
}</h2></div>`, controller: NewCtrl, angular.module('app', ['
ngComponentRouter
浏览 3
提问于2016-03-28
得票数 1
1
回答
ngComponentRouter
是作为1.5.5的一部分发布的,还是还处于测试阶段?
在保龄球中,角元件-路由器包只有0.2.1.那是角1.5.5的正确路由器吗?如果它还不是RTM的话,文档会把它指向角1,这似乎很奇怪。
浏览 2
提问于2016-05-17
得票数 2
回答已采纳
1
回答
在AngularJS 1.5中使用哪个路由器
我正在其1.5版本上开发一个AngularJS应用程序,但我不知道该使用哪个路由组件(
ngComponentRouter
或ui-router)。因为,他们说
ngComponentRouter
已经被贬低了。而且,我担心的是,在不久的将来,我可以很容易地将我的AngularJS应用程序从1.5迁移到2.0。 提前感谢
浏览 5
提问于2016-08-08
得票数 1
回答已采纳
1
回答
将Angular 2路由器反向移植到Angular 1有进展吗?
据我所知,
ngComponentRouter
(ngNewRouter) 。我没有找到任何其他的替代方案,除了ngRoute和ui-router,它们显然不是为而设计的。
浏览 5
提问于2016-07-05
得票数 4
2
回答
有没有博客文章可以指导我使用带有angular组件的ui-router?
我希望用1.5改造Angular应用程序,但我们已经使用了
ngComponentRouter
。由于它已被弃用,我希望转向ui-router。
浏览 10
提问于2016-08-09
得票数 1
回答已采纳
1
回答
当使用角度组件路由器时,如何检测组件的变化?
stateChangeStart', function (event, toState, toParams, fromState, fromParams) {} 但是,从Angular1.5开始,我如何使用
ngComponentRouter
浏览 1
修改于2015-12-08
得票数 1
回答已采纳
1
回答
Typescript和AngularJS 1.5:如何处理导出类
products.json'); return this.promise;} }());var module = angular.module("psShopping", ["
ngComponentRouter</
浏览 46
修改于2019-06-10
得票数 4
回答已采纳
1
回答
角度模块注入误差(角1.5)
我定义了一个示例项目结构来测试
ngComponentRouter
。以下是以下文件,</head> <mycomp><mycomp>app.js angular.module('app', ['
ngComponentRouter
浏览 9
提问于2017-04-08
得票数 0
回答已采纳
3
回答
组件路由器中的绑定-角1.5
ctrl.hero.name }}</div>'use strict'; '
ngComponentRouter
浏览 7
提问于2016-04-05
得票数 0
回答已采纳
1
回答
在不同模块中使用角分量路由
加载模块1的步骤2module1.module.js.module('app.module1', ['
ngComponentRouter
: '<' },});angular .module('app.module2', ['
ngCo
浏览 5
提问于2016-05-12
得票数 0
回答已采纳
1
回答
注射$mdDialog问题
我宣布我的应用程序为: var module = angular.module('myApp', ['ngMaterial', '
ngComponentRouter
', 'ngStorage', 'firebase
浏览 2
修改于2017-03-30
得票数 1
1
回答
如何在Angular 1.5中注入组件路由器?
当我尝试使用angular_1_router.js文件时,我在尝试使用'
ngComponentRouter
‘时得到一个$injector:modulerr,因此我无法使用该路径作为变通方法。
浏览 7
修改于2016-02-25
得票数 5
1
回答
如何让组件路由器$router与Webpack和ocLazyLoading协同工作?
我的应用程序代码如下所示:app.config(function
浏览 10
修改于2016-09-13
得票数 1
1
回答
从原始角度路由器更新到角分量路由器会出现以下错误:
></movie-app>module.jsvar module = angular.module("favMoviesList",["
ngComponentRouter
浏览 2
修改于2016-11-11
得票数 0
1
回答
使用角1.5组件路由处理浏览器刷新事件
下面是处理组件路由的代码: module.config(function($locationProvider
浏览 2
修改于2016-10-24
得票数 0
第 2 页
领券