Skip to main content

Module File in Angular SDKs

· One min read

A new file, Module.js has been added to the Angular SDKs. It defines the module of the SDK along with its dependencies. This is not a breaking change. Everything should work as before, this is just to make it easier to specify the modules that the SDK depends upon.

The Module.js file exists in the root folder of the generated SDK.