Skip to main content

AngularJS SDKs Revamped

· One min read

Today, we are announcing a major revamp of our AngularJS SDK Code Generation, which includes

  • Improvement in JS code styling.
  • Enforce usage of AngularJS's own dependency injection system and avoid creating globals.
  • Wrapping all code in IIFE to avoid polluting global namespace.
  • All code is now minification safe.

Detailed Changes

  • Improved code styling and indentation in multiple files.
  • The HttpContext, HttpResponse and HttpContext classes will now be injected using AngularJS's DI. Previously, they were declared globally.
  • All code is now wrapped in IIFE and depends only on the angular global being present.
  • All AngularJS module dependencies are now being declared in a minification-safe way.