I encountered an error while working on my project. The only special thing I did was use oidc(openId)
for authentication.
I made some changes to the bootstrap
project and now the first component that is running is the home-main component, which includes the openId configuration.
The error message displayed in the console is shown in this image.
Home-main component code
[component code here]
package.json
[dependencies and devDependencies listed here]
app.module
[app module code here]