-
Notifications
You must be signed in to change notification settings - Fork 12k
application builder: font download failing #26215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
1 task
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 3, 2023
Unlike assets, output file were not prefixed with a `/`. This change alings these and now files are always prefixed with a slash. Closes angular#26215
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 3, 2023
Unlike assets, output file were not prefixed with a `/`. This change alings these and now files are always prefixed with a slash. Closes angular#26215
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 3, 2023
Unlike assets, output file were not prefixed with a `/`. This change alings these and now files are always prefixed with a slash. Closes angular#26215
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 3, 2023
Unlike assets, output file were not prefixed with a `/`. This change alings these and now files are always prefixed with a slash. Closes angular#26215 and closes angular#26199
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 3, 2023
Unlike assets, output file were not prefixed with a `/`. This change alings these and now files are always prefixed with a slash. Closes angular#26215 and closes angular#26199
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 3, 2023
Unlike assets, output file were not prefixed with a `/`. This change alings these and now files are always prefixed with a slash. Closes angular#26215
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 3, 2023
Unlike assets, output file were not prefixed with a `/`. This change alings these and now files are always prefixed with a slash. Closes angular#26215
alan-agius4
added a commit
that referenced
this issue
Nov 3, 2023
Unlike assets, output file were not prefixed with a `/`. This change alings these and now files are always prefixed with a slash. Closes #26215
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Command
serve
Is this a regression?
The previous version in which this bug was not present was
No response
Description
If a component uses a font like fontawesome in its template to display an icon, then the served application does not display the icon and the browser console has an error:
This issue arises with the
application
builder but does not happen with thebrowser
builderMinimal Reproduction
Update styles.css to use:
and change app.component.html to:
Run
ng serve
and see the error in the browser console.Exception or Error
Your Environment
Anything else relevant?
Using the
browser
builder fixes the issueThe text was updated successfully, but these errors were encountered: