rathoddt / Angular-ConFusion

0 stars 0 forks source link

Unable lo load images #1

Open rohithkumar001 opened 3 years ago

rohithkumar001 commented 3 years ago

When i do ng serve, localhost:4200 works but it fails to load any kind of media whatsoever.

rathoddt commented 3 years ago

When i do ng serve, localhost:4200 works but it fails to load any kind of media whatsoever.

Can describe your problem in a bit more detail. What is name of project and components inside. Better, if you share scrrenshot of you prject

rohithkumar001 commented 3 years ago

I've done same project as yours. mine was not loading images, so i downloaded your files. did "npm install" and then did "ng serve". It gives no error and builds up on local host:4200 . but when i open local host, it gives this error "0 - Unknown Error [object ProgressEvent]" . These are screenshots of your project's run on my pc, my project is pretty similar, gives same error. do you think it is due to versioning? My angular version is Angular CLI: 11.2.6 Node: 15.8.0 OS: win32 x64

Angular: 11.2.7 ... animations, common, compiler, compiler-cli, core, forms ... platform-browser, platform-browser-dynamic, router Ivy Workspace: Yes

Package Version

@angular-devkit/architect 0.1102.6 @angular-devkit/build-angular 0.1102.6 @angular-devkit/core 11.2.6 @angular-devkit/schematics 11.2.6 @angular/cdk 11.2.6 @angular/cli 11.2.6 @angular/flex-layout 11.0.0-beta.33 @angular/material 11.2.6 @schematics/angular 11.2.6 @schematics/update 0.1102.6 rxjs 6.6.6 typescript 4.1.5

Screenshot (51) Screenshot (52) Screenshot (53)