AngularJS deprecated
For greater security hardening, AngularJS is deprecated in the 2023.2 release and scheduled for removal in the Platform 6 release. This deprecation will break any customizations that rely on the /lib/angular directory and the use of AngularJS in Jade/Pug templating.
See related breaking change notice: AngularJS libraries removed
What should I do?
Review all custom app UIs and custom manual tasks to determine if they rely on AngularJS and would be subject to breaking. If affected, choose one of the options below based on your environment and goals:
- Migrate from AngularJS to a React-based UI library
- Continue using AngularJS
Contact the Product Support Team if you need additional support or require more information.
Migrate from AngularJS to React
If any customizations are affected, consider refactoring to a React-based UI library.
Continue using AngularJS
Create a symbolic link
Create a symbolic link (symlink) pointing to the AngularJS files in the new directory:
Once complete, verify that existing assets, tools, and libraries work with the new setup.