标签: javascript angularjs angular ng-upgrade
我正在寻找一种方法来获取我的angular1和2混合应用中的组件的ComponentRef。因为我必须使用UpgradeAdapter引导而不是angular2,所以我不会通过引导函数从ComponentRef获得对Root的承诺。我尝试将其注入我的组件:
constructor(@Inject(ComponentRef) ref){ }
然而,这个参考文献似乎并不正确。它上面的所有方法和属性都会抛出异常:uncaught unimplemented错误。
uncaught unimplemented
我正在使用RC1。