So I have a very simple problem.
Images are not displayed in my Angular 2 application.
This is how I define the image:
<img alt="logo" [src]="'./images/logo.png'">
Is there some kind of package that I have to install to create images?
BTW I'm new to Angular, as you probably can guess!
source
share