You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export class ApiClientModule {
constructor(@Optional() http: HttpClient) {
if (!http) {
throw new Error('You need to import the HttpClientModule in your main module (usually AppModule).');
}
}
}
The text was updated successfully, but these errors were encountered:
Something like this could do
The text was updated successfully, but these errors were encountered: