首页 > 其他分享 >Provider parse errors: Cannot instantiate cyclic dependency! ApplicationRef ("[ERROR ->]&quo

Provider parse errors: Cannot instantiate cyclic dependency! ApplicationRef ("[ERROR ->]&quo

时间:2023-06-02 10:57:49浏览次数:48  
标签:errors cyclic instantiate parse Cannot Provider ApplicationRef 异常

异常:

 异常的原因:

自定义的一个全局异常类,在它的构造器中注入Router路由就抛出这个循环依赖的异常

 解决方式:

使用injector

 

标签:errors,cyclic,instantiate,parse,Cannot,Provider,ApplicationRef,异常
From: https://www.cnblogs.com/sugarwxx/p/17451126.html

相关文章

  • 5.5. Java并发工具类(如CountDownLatch、CyclicBarrier等)
    5.5.1CountDownLatchCountDownLatch是一个同步辅助类,它允许一个或多个线程等待,直到其他线程完成一组操作。CountDownLatch有一个计数器,当计数器减为0时,等待的线程将被唤醒。计数器只能减少,不能增加。示例:使用CountDownLatch等待所有线程完成任务假设我们有一个任务需要三个子......
  • Efficient Correction of Single InsertionlDeletion and Multi-Substitution Errors
    EfficientCorrectionofSingleInsertionlDeletionandMulti-SubstitutionErrorsG.J.Han,Y.L.Guan,K.Cai,K.S.Chan,andL.J.KongA!JshYlc�Atwo-stagesynchronizationalgorithmisproposedtocorrectsingleinsertion/deletionandmulti-substitution......
  • Linux install vim errors All In One
    LinuxinstallvimerrorsAllInOneVimerrors❌RaspberryPi安装vim解压缩时候卡住了,手动中断了terminal,再次SSH连接时候,出现一下错误信息!pi@raspberrypi:~$sudoapt-getinstallvimE:无法获得锁/var/lib/dpkg/lock-frontend。锁正由进程11246(apt-get)持有......
  • value too long for type character(8) Call getNextException to see other errors
    字段内容超过数据库字段设置的长度导致的插入错误的提示信息如何定位是哪个字段长度不够长?mysql的话,错误提示信息有指示是究竟是哪个字段长度不够我这里用到的pgsql没有提示出问题的字段名,只能通过字段类型+长度来定位是哪个字段长度不够。以我上面报错的截图为例,出问题......
  • Cocos Creator开发中的instantiate方法小结
    简介instantiate方法在Cocos Creator中有两种作用:从Prefab实例化出新节点克隆指定的任意类型的对象对应于框架源代码中的文字介绍如下:/***@zh从Prefab实例化出新节点。*@enInstantiateanodefromthePrefab.*@paramprefabTheprefab.*......
  • AtCoder Regular Contest 133 E Cyclic Medians
    洛谷传送门AtCoder传送门其实是套路题,但是为什么做不出来啊第一步就是经典套路。枚举\(k\),统计中位数\(>k\)的方案数,加起来就是中位数的总和。那么现在\(x_{1\simn},y_{1\simm}\)就变成了\(0/1\)序列,考虑一次操作,如果\((x,y)=(0,0)\),那么\(a\)会变成\(0\)......
  • Errors:java: 程序包org.springframework.stereotype不存在(解决方法)
    错误截图错误描述java:程序包org.springframework.stereotype不存在解决更改maven项目运行时的编译方式为maven找到File->Settings->Maven->Runner,进行勾选......
  • PowerDesigner15在生成SQL時報錯Generation aborted due to errors detected during t
    1.用PowerDesigner15建模,在Database—>GenerateDatabase(或者用Ctrl+G快捷鍵)來生產sql語句,卻提示“Generationabort1.用PowerDesigner15建模,在Database—>GenerateDatabase(或者用Ctrl+G快捷鍵)來生產sql語句,卻提示“Generationabortedduetoerrorsdetectedduringthe......
  • CyclicBarrier源码分析
    1、CyclicBarrier的介绍CyclicBarrier被称为栅栏,允许一组线程相互等待,直到这一组线程都准备完毕,放行,程序方可继续执行。就好像做摩天轮,游乐园规定,至少有9个游客乘坐摩天轮,管理员才可以启动摩天轮,游客数和管理员少一个条件,摩天轮都不会启动。2、CyclicBarrier的使用......
  • fix apt-get install wiringpi errors All In One
    fixapt-getinstallwiringpierrorsAllInOne修复E:软件包wiringpi:armhf没有可安装候选错误C语言版本wiringpierror❌$sudoapt-getinstallwiringpipi@raspberrypi:~/Desktop$sudoapt-getinstallwiringpi正在读取软件包列表...完成正在分析软件......