Skip to content

Commit

Permalink
chore: README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Dec 11, 2023
1 parent 225d0d7 commit 5c57377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In your app.component.html, simply add:
```
## Standalone components

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:

```typescript
export const appConfig: ApplicationConfig = {
Expand All @@ -102,7 +102,7 @@ export const appConfig: ApplicationConfig = {
],
};
```
Then you can use `ng-http-loader` like this
Then you can use `ng-http-loader` like this:
```typescript
import { Component } from '@angular/core';
import {NgHttpLoaderModule} from "ng-http-loader";
Expand Down

0 comments on commit 5c57377

Please sign in to comment.