We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f217ee commit 7505645Copy full SHA for 7505645
docusaurus/angular_versioned_docs/version-5/basics/upgrade-v4.mdx
@@ -0,0 +1,19 @@
1
+---
2
+id: upgrade-v4
3
+title: Upgrade from v4
4
5
+
6
+## About version 5
7
8
+This version takes care of some important housekeeping tasks that help provide better maintainability on the long run.
9
10
+## Breaking changes
11
12
+### Angular version support
13
14
+Angular versions 12-14 are no longer supported. You can use the (Angular update guide)[https://update.angular.io/] to update your application.
15
16
+## Type changes
17
18
+- Event handlers with `Function` type are changed to `() => void`
19
+- Event handlers with `any` return types are changed to `void` return type
0 commit comments