Ionic image dont see

Hı,
I can’t see the pictures.pictures looks on the localhost

I m use img

src2:string="https://i.cnnturk.com/ps/cnnturk/75/400x512/5911676d61361f1ad054e654.jpg";

OR


"../assets/......png"

In your html <img src="assets/image.png">

<img src="assets/image.png">
No dont work

Can you paste your code? and where youre using it

.html

				<ion-col col-4>
					<img id="cls1" src={{src1}}>
				</ion-col>

.ts
src1:string="assets/resim1.png";

<ion-col col-4>
 <img id="cls1" [src]="src1">
</ion-col>

Try that.