Skip to content

Commit 1c85ebb

Browse files
committed
docs: Update update guide
1 parent 5c4e8fb commit 1c85ebb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docusaurus/angular_versioned_docs/version-5/basics/upgrade-v4.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@ Angular versions 12-14 are no longer supported. You can use the [Angular update
1313

1414
- Event handlers with `Function` type are changed to `() => void`
1515
- Event handlers with `any` return types are changed to `void` return type
16+
17+
## Other changes
18+
19+
### Unused packages
20+
21+
The `ngx-popperjs` package has been deprecated, so you can remove the related packages from your `package.json` file:
22+
23+
- `@popperjs/core`
24+
- `ngx-popperjs`

0 commit comments

Comments
 (0)