I am working on an Angular project and using the Vex template.
My project utilizes Angular 9 and Node.js v15.2.0.
Every time I run the project with the command ng serve -o
, it displays a warning message.
https://i.stack.imgur.com/8O9c1.png
What could be causing this issue? How can I resolve it? Does this error indicate the use of circular components?