We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c57377 commit 8fa004fCopy full SHA for 8fa004f
README.md
@@ -92,6 +92,12 @@ In your app.component.html, simply add:
92
If you prefer using standalone components, you should configure your `ApplicationConfig` like following:
93
94
```typescript
95
+import { ApplicationConfig, importProvidersFrom } from '@angular/core';
96
+import { provideRouter } from '@angular/router';
97
+import { NgHttpLoaderModule } from 'ng-http-loader';
98
+import { routes } from './app.routes';
99
+import {provideHttpClient, withInterceptorsFromDi} from '@angular/common/http';
100
+
101
export const appConfig: ApplicationConfig = {
102
providers: [
103
provideRouter(routes),
0 commit comments