NativeScript / sample-Groceries

:green_apple: :pineapple: :strawberry: A NativeScript-built iOS and Android app for managing grocery lists
Apache License 2.0
485 stars 345 forks source link

fix(web): import HttpClientModule in root module #317

Closed sis0k0 closed 6 years ago

tjvantoll commented 6 years ago

Thanks so much @sis0k0! Out of curiosity how in the world did you figure out the problem was this missing import? I think I would still be looking 😛

sis0k0 commented 6 years ago

The error in the chrome console was something like: No provider for HttpClient and I've seen it before :D