We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4e8fb commit 1c85ebbCopy full SHA for 1c85ebb
docusaurus/angular_versioned_docs/version-5/basics/upgrade-v4.mdx
@@ -13,3 +13,12 @@ Angular versions 12-14 are no longer supported. You can use the [Angular update
13
14
- Event handlers with `Function` type are changed to `() => void`
15
- 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