Angular 18 public folder asset reference
Problem After generating a workspace with the new @angular/cli@18 package, I am unable to determine how to reference image assets placed in the /public folder. This did not seem to be an issue with @angular/cli@17 workspaces but they used a different asset folder name & location. Background For comparison, v17 created a structure similar to […]