Class

biz.enef.angulate.Angular

RichAngular

Related Doc: package Angular

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bootstrap(element: Element, modules: Seq[AnnotatedFunction], config: AngularConfiguration): Injector

    Permalink
    Annotations
    @inline()
  6. def bootstrap(element: Element, modules: Iterable[String], config: AngularConfiguration): Injector

    Permalink
    Annotations
    @inline()
  7. def bootstrap(element: Element, modules: String, config: AngularConfiguration): Injector

    Permalink
    Annotations
    @inline()
  8. def bootstrap(element: Element, modules: Seq[AnnotatedFunction]): Injector

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

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

    Permalink

    Creates a new Angular module

    Creates a new Angular module

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

    Permalink

    Creates a new Angular module

    Creates a new Angular module

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

    Permalink

    Creates a new Angular module

    Creates a new Angular module

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

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

    Permalink
    Definition Classes
    Any
  15. def jQueryElement: AugmentedJQueryStatic

    Permalink
    Annotations
    @inline()
  16. val self: Angular

    Permalink
  17. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped