Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Normal command: ng serve --prod
Expected Output: Should be compiled without any error
Actual Output: Could not be compiled, throws below error
Workaround:
we would like to suggest the below workaround solution to resolve this issue by modifying the angular.json file.
"optimization": false, "buildOptimizer": false |