biz.enef.angulate.Angular

RichAngular

Related Doc: package Angular

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
Learn more about member selection
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[AnnotatedFunction], 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[AnnotatedFunction]): Injector

    Annotations
    @inline()
  9. def bootstrap(element: Element, modules: Iterable[String]): Injector

    Annotations
    @inline()
  10. def createModule(name: String, requires: Iterable[String], configFn: AnnotatedFunction): RichModule

    Creates a new Angular module

    Creates a new Angular module

    name
    requires
    returns

    Annotations
    @inline()
  11. def createModule(name: String, requires: Iterable[String]): RichModule

    Creates a new Angular module

    Creates a new Angular module

    name
    requires
    returns

    Annotations
    @inline()
  12. def createModule(name: String): RichModule

    Creates a new Angular module

    Creates a new Angular module

    name
    returns

    Annotations
    @inline()
  13. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def jQueryElement: AugmentedJQueryStatic

    Annotations
    @inline()
  16. val self: Angular

  17. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped