I have a problem with HTTP in Angular.
I just want to GET
a JSON
list and show it in the view.
im
this is happening because you are using the rxjs and in rxjs function are not static which means you can't call them directly you have to call the methods inside the pipe and import that function from the rxjs library
But if you are using rxjs-compat then you just need to import the rxjs-compat operators