implicit final class RichAngular extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichAngular
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bootstrap(element: Element, modules: Seq[DependencySet], config: AngularConfiguration): Injector
- Annotations
- @inline()
-
def
bootstrap(element: Element, modules: Iterable[String], config: AngularConfiguration): Injector
- Annotations
- @inline()
-
def
bootstrap(element: Element, modules: String, config: AngularConfiguration): Injector
- Annotations
- @inline()
-
def
bootstrap(element: Element, modules: Seq[DependencySet]): Injector
- Annotations
- @inline()
-
def
bootstrap(element: Element, modules: Iterable[String]): Injector
- Annotations
- @inline()
-
def
createModule(name: String, dependencies: Iterable[String], configFn: DependencySet): EnrichedModule
- Annotations
- @inline()
-
def
createModule(name: String, dependencies: Iterable[String]): EnrichedModule
- Annotations
- @inline()
-
def
createModule(name: String): EnrichedModule
- Annotations
- @inline()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val self: Angular
-
def
toString(): String
- Definition Classes
- Any