ScriptHelperRenderAngularModulesScript Method |
Renders JavaScript code to start a client-side angular modules.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static void RenderAngularModulesScript(
Page page
)
Parameters
- page
- Type: System.Web.UIPage
The page that the modules will be started on.
See Also