Hi ramitaherwahd...,
To get data from Database refer https://angular.io/tutorial/tour-of-heroes/toh-pt6.
Use Image tag and set in ng-src.
$scope.imagePath='images/Test.png';
<img alt="{{ imagePath }}" ng-src="{{ imagePath }}" />
https://stackblitz.com/edit/display-image-from-api?file=src%2Fapp%2Fapp.component.ts