Class

io.scalajs.npm.angularjs.Module

EnrichedModule

Related Doc: package Module

Permalink

implicit final class EnrichedModule extends AnyVal

Enriched Module

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnrichedModule
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EnrichedModule(self: Module)

    Permalink

    self

    the given module

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. def animation(name: String, dependencySet: DependencySet): Module

    Permalink
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def config(dependencySet: DependencySet): Module

    Permalink
    Annotations
    @inline()
  7. def controller(name: String, constructor: DependencySet): Module

    Permalink
    Annotations
    @inline()
  8. macro def controllerOf[T <: Controller](name: String): Module

    Permalink
    Annotations
    @inline()
  9. macro def controllerOf[T <: Controller]: Module

    Permalink
    Annotations
    @inline()
  10. macro def directiveOf[T <: Directive](name: String): Module

    Permalink
    Annotations
    @inline()
  11. def factory(name: String, constructor: DependencySet): Module

    Permalink
    Annotations
    @inline()
  12. macro def factoryOf[T <: Factory](name: String): Module

    Permalink
    Annotations
    @inline()
  13. macro def factoryOf[T <: Factory]: Module

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

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

    Permalink
    Definition Classes
    Any
  16. def provider(name: String, constructor: DependencySet): Module

    Permalink
    Annotations
    @inline()
  17. def run(initializationFn: DependencySet): Module

    Permalink
    Annotations
    @inline()
  18. val self: Module

    Permalink

    the given module

  19. def service(name: String, constructor: DependencySet): Module

    Permalink
    Annotations
    @inline()
  20. macro def serviceOf[T <: Service](name: String): Module

    Permalink
    Annotations
    @inline()
  21. macro def serviceOf[T <: Service]: Module

    Permalink
    Annotations
    @inline()
  22. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped