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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
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