Click or drag to resize
ScriptHelperRegisterAngularModule Method
Registers Angular module which will be rendered to start a client-side angular module.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void RegisterAngularModule(
	string moduleID,
	Object parameters = null
)

Parameters

moduleID
Type: SystemString
The full name of the client-side module to register.
parameters (Optional)
Type: SystemObject
An object that contains the named parameters to set for the module.
See Also