Package | Description |
---|---|
net.java.html.lib.angular.ng | |
net.java.html.lib.angular.ng.auto |
Modifier and Type | Method and Description |
---|---|
IInjectorService |
IAngularStatic.bootstrap(Document element)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(Document element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(Document element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(Element element)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(Element element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(Element element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(JQuery element)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(JQuery element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(JQuery element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(String element)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(String element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(String element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.injector() |
IInjectorService |
IAngularStatic.injector(Object[] modules) |
IInjectorService |
IAngularStatic.injector(Object[] modules,
Boolean strictDi) |
IInjectorService |
IAngularStatic.resumeBootstrap()
If window.name contains prefix NG_DEFER_BOOTSTRAP!
|
IInjectorService |
IAngularStatic.resumeBootstrap(String[] extraModules)
If window.name contains prefix NG_DEFER_BOOTSTRAP!
|
Modifier and Type | Method and Description |
---|---|
static IInjectorService |
IInjectorService.$as(Object obj) |
Copyright © 2018. All rights reserved.