Skip to content

Commit

Permalink
Fix changelog formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
komu committed Nov 9, 2023
1 parent a2ab2f0 commit 4085dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Use `{providedIn: 'root'}` for Angular endpoints. This facilitates tree-shaking of unused code.
- Don't create `ApinaModule` for Angular, but a `provideApina`-function instead that you can use to create.
a provider. Also, `HttpClient` is not automatically imported anymore, you should use Angular's `provideHttpClient`
to register a client. To migrate, remove `ApinaModule from imports` and use this instead:
to register a client. To migrate, remove `ApinaModule` from imports and use this instead:
```typescript
{
providers: [
Expand Down

0 comments on commit 4085dfc

Please sign in to comment.