I\'m very new to Angular and building a photo lightbox as a learning project. Is there a way to use images from outside the project folder? I\'ve tried using the Glob as ref
follow below steps :
my images located in src => images => 1.png it means located in outside the assets folder
.angular-cli.json
open angular-cli.json file find the assets array add inside the array your folder name like images.
"assets": [ "assets", "images", "favicon.ico" ],
componenet.html