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