Angular 6 Failing To Load Images From Assets
问题 For some reason I can't get my images to show in my app. This is the error, tests and class: The error: GET http://localhost:4200/assets/image.png 404 (Not Found) <img class="logo" src="../../assets/image.png"> <img class="logo" src="../assets/image.png"> <img class="logo" src="assets/image.png"> //None of these work .logo { height: 100px; width: auto; padding: 10px; display: block; margin: 0 auto; } Any idea why this is not working? My image.png is in my assets folder which is located at src