Skip to content

Commit c056f1a

Browse files
authored
docs: update changelog
1 parent b8d4e34 commit c056f1a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ All notable changes to this project will be documented in this file. See [standa
99

1010
* convert to standalone ([73d51bc](https://github.com/mattlewis92/angularx-flatpickr/commit/73d51bce7f565f86790c77fb4b261ec4bdf86649)), closes [#57](https://github.com/mattlewis92/angularx-flatpickr/issues/57) [#56](https://github.com/mattlewis92/angularx-flatpickr/issues/56)
1111

12+
You can now use this library inside a standalone Component or an NgModule like so:
13+
```
14+
imports: [FlatpickrDirective],
15+
providers: [provideFlatpickrDefaults()],
16+
```
17+
18+
The `FlatpickrModule` NgModule was marked as deprecated and will be removed in v9
19+
20+
1221
## [8.0.0](https://github.com/mattlewis92/angularx-flatpickr/compare/v7.3.0...v8.0.0) (2024-08-21)
1322

1423

0 commit comments

Comments
 (0)