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 225d0d7 commit 5c57377Copy full SHA for 5c57377
README.md
@@ -89,7 +89,7 @@ In your app.component.html, simply add:
89
```
90
## Standalone components
91
92
-If you prefer using standalone components, you should configure your `ApplicationConfig` like following
+If you prefer using standalone components, you should configure your `ApplicationConfig` like following:
93
94
```typescript
95
export const appConfig: ApplicationConfig = {
@@ -102,7 +102,7 @@ export const appConfig: ApplicationConfig = {
102
],
103
};
104
105
-Then you can use `ng-http-loader` like this
+Then you can use `ng-http-loader` like this:
106
107
import { Component } from '@angular/core';
108
import {NgHttpLoaderModule} from "ng-http-loader";
0 commit comments