Packages

implicit final class RichAngular extends AnyVal

Annotations
@inline()
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichAngular
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichAngular(self: Angular)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bootstrap(element: Element, modules: Seq[DependencySet], config: AngularConfiguration): Injector
    Annotations
    @inline()
  6. def bootstrap(element: Element, modules: Iterable[String], config: AngularConfiguration): Injector
    Annotations
    @inline()
  7. def bootstrap(element: Element, modules: String, config: AngularConfiguration): Injector
    Annotations
    @inline()
  8. def bootstrap(element: Element, modules: Seq[DependencySet]): Injector
    Annotations
    @inline()
  9. def bootstrap(element: Element, modules: Iterable[String]): Injector
    Annotations
    @inline()
  10. def createModule(name: String, dependencies: Iterable[String], configFn: DependencySet): EnrichedModule
    Annotations
    @inline()
  11. def createModule(name: String, dependencies: Iterable[String]): EnrichedModule
    Annotations
    @inline()
  12. def createModule(name: String): EnrichedModule
    Annotations
    @inline()
  13. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val self: Angular
  16. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped