From 4085dfc933b9513f131ce188d8e23253c7ce998b Mon Sep 17 00:00:00 2001 From: Juha Komulainen Date: Thu, 9 Nov 2023 14:06:44 +0200 Subject: [PATCH] Fix changelog formatting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc6295..534e22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: [