Does UI macro support Angular version 12 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 04:44 AM
Hello team,
Can someone assist me on the below query :
we have the request for Migration of Angular JS to Angular, can we use angular version 12 in UI Macro.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 05:17 AM
Hi @Pravin11
basically you can load whatever external JavaScript library you want, there are many articles out there which explain how to do this.
The real question is WHY do you want to do that? It makes no sense to heavily customize an instance that way as with the next family upgrade there is the risk of broken functionality. And ServiceNow will not support you if they find out that you have used external libraries that could cause unexpected issues and behaviors.
Furthermore, the complete Angular(JS) branch is dying as ServiceNow is migrating everything to the new Next Experience framework.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 11:10 PM
Hi @Maik Skoddow ,
As the angular JS is old version , so the business team wants to migrate into Angular 12.
Could you please assist if you have any sample page build using angular 12 and UI Macro.