WARNING in Circular dependency detected :
Asked
Active
Viewed 83 times
-4

Community
- 1
- 1

Ashish Mishra
- 1
- 3
-
can you share the code? – Vivek Kumar Oct 10 '18 at 05:54
-
Please share the code of the `register.component.ts` file – Daniel Oct 10 '18 at 05:55
-
Share your code please. – Exterminator Oct 10 '18 at 06:00
1 Answers
0
I guess it may be
- you are exporting component/module twice.
- You have configured this component in route and also creating the instance using
selector

Vivek Kumar
- 4,822
- 8
- 51
- 85
-
-
-
please share you login component code and the module where you are importing this component – Vivek Kumar Oct 10 '18 at 06:17