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: 9.0.0
Syntax
C#
public static void RegisterAngularModule(
	string moduleID,
	Object parameters = null,
	AngularVersionEnum angularVersion = AngularVersionEnum.Version_1_2_20
)

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.
angularVersion (Optional)
Type: AngularVersionEnum
Version of the Angular to be used for the module
See Also