Package

angulate2

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. trait ClassProvider extends Object with Provider

    Permalink
    Annotations
    @RawJSType() @native()
  2. macro class Component extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )
  3. macro class Directive extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )
  4. trait ExistingProvider extends Object with Provider

    Permalink
    Annotations
    @RawJSType() @native()
  5. trait FactoryProvider extends Object with Provider

    Permalink
    Annotations
    @RawJSType() @native()
  6. macro class Injectable extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )
  7. class Input extends Annotation with StaticAnnotation

    Permalink
  8. trait ModuleWithProviders extends Object

    Permalink

    A wrapper around a module that also includes the providers.

    A wrapper around a module that also includes the providers.

    Annotations
    @RawJSType() @native()
    Note

    stable

  9. macro class NgModule extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )
  10. trait OnDestroy extends Object

    Permalink

    Lifecycle hook that is called when a directive or pipe is destroyed.

    Lifecycle hook that is called when a directive or pipe is destroyed.

    Annotations
    @RawJSType() @ScalaJSDefined()
  11. trait OnInit extends Object

    Permalink

    Lifecycle hook that is called after data-bound properties of a directive are initialized.

    Lifecycle hook that is called after data-bound properties of a directive are initialized.

    Annotations
    @RawJSType() @ScalaJSDefined()
  12. sealed trait Provider extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  13. trait TypeProvider extends Object with Provider

    Permalink
    Annotations
    @RawJSType() @native()
  14. trait ValueProvider extends Object with Provider

    Permalink
    Annotations
    @RawJSType() @native()

Value Members

  1. object Component

    Permalink
  2. object ComponentFacade extends Object

    Permalink
    Annotations
    @native() @JSImport( "@angular/core" , "Component" )
  3. object Directive

    Permalink
  4. object DirectiveFacade extends Object

    Permalink
    Annotations
    @native() @JSImport( "@angular/core" , "Directive" )
  5. object Injectable

    Permalink
  6. object InjectableFacade extends Object

    Permalink
    Annotations
    @native() @JSImport( "@angular/core" , "Injectable" )
  7. object NgModule

    Permalink
  8. object NgModuleFacade extends Object

    Permalink
    Annotations
    @native() @JSImport( "@angular/core" , "NgModule" )

Ungrouped