ng serve not working with module federation and angular 11
bipin-nepular opened this issue · 0 comments
bipin-nepular commented
ng serve does not work when i use multiple lines of styles or scripts inside angular .json like below. However, if include only single line there, it works fluently.... your help shall be highly appreciated...
.... styles:[ "node_modules/bootstrap/dist/css/bootstrap.min.css", "projects/shell/src/styles.css" ] ....