Go js license key encryption

Is there way to use go js license key with encryption
as it is showing in browser
also how we can use it with Azure key vault value

what is correct way to using go js license key with angular 14

Just put the Diagram.licenseKey assignment statement in your code so that it executes after the GoJS library has loaded and before any Diagram is constructed. You don’t need to use any fancy key storage mechanism.

https://gojs.net/latest/intro/deployment.html

is it safe for production env
as everyone can see the key in UI code so instead of showing original key can we replace with encrypt key

Yes, it is. It is only valid when the HTML page is served from the domain specified when you requested the license key. And presumably your domain is secure.

thanks @walter