Anonymous
TRIALOP
a year ago
Hey I need some help from somebody.
I can't get to show some pictures of icon's / logo's in app.component.html in an angular 18 project.
Am I doing something wrong? I am not really a beginner in this but can't figure out why it's not showing
6 Replies
(The only picture i get to show on the site is in the css with the background-image:url() property)
error codes in browser.
Solved:
Currently in Angular 18 you need to use public/assets folder.
src='assets/filename.png' by example
dev
MODERATOR
a year ago
!s
Status changed to Solved dev • about 1 year ago


