I am trying to put the relative path to one of my images in my assets folder in an image src tag in my Angular2 app. I set a variable in my component to \'fullImagePath\' an
Just put your images in the assets folder refer them in your html pages or ts files with that link.
html
ts