Skip to content
Discussion options

You must be logged in to vote

I managed to solve the problem (it was a bug in my code).
I'm presenting the solution here in case someone else faces the same problem in the future.

Specifically in one of my HTML files the following line was added by mistake:
<link rel="stylesheet" href="../consultation-comment-card/consultation-comment-card.component.scss">

This was for some reason causing the build to fail when Angular Ivy was used.
The solution was simply to remove this line.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ksyro98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant