Just want to ask what is recommended to use with Angular, standard html src or Angular [src]? And why?
src
[src]
Edit: I have follow
If you have static anchor link, then go ahead with
When binding from the component, then either of the below will work.
In component.ts
image_src: string = '../app/media/appLogo.png';