Package

angulate2

core

Permalink

package core

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

Type Members

  1. trait AfterContentChecked extends AnyRef

    Permalink

    Lifecycle hook that is called after every check of a directive's content.

  2. trait AfterContentInit extends AnyRef

    Permalink

    Lifecycle hook that is called after a directive's content has been fully initialized.

  3. trait AfterViewChecked extends AnyRef

    Permalink

    Lifecycle hook that is called after every check of a component's view.

  4. trait AfterViewInit extends AnyRef

    Permalink

    Lifecycle hook that is called after a component's view has been fully initialized.

  5. trait ClassProvider extends Object with Provider

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

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

    Permalink
    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )
  8. trait DoCheck extends AnyRef

    Permalink

    Lifecycle hook that is called when Angular dirty checks a directive.

  9. class ElementRef extends Any

    Permalink
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "ElementRef" )
  10. class EventEmitter[T] extends Any

    Permalink
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "EventEmitter" )
  11. trait ExistingProvider extends Object with Provider

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

    Permalink
    Annotations
    @RawJSType() @native()
  13. class HostBinding extends Annotation with StaticAnnotation

    Permalink
  14. class HostListener extends Annotation with StaticAnnotation

    Permalink
  15. macro class Injectable extends Annotation with StaticAnnotation

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

    Permalink
  17. 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

  18. macro class NgModule extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )
  19. trait OnChanges extends AnyRef

    Permalink

    Lifecycle hook that is called when any data-bound property of a directive changes.

  20. trait OnDestroy extends AnyRef

    Permalink

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

  21. trait OnInit extends AnyRef

    Permalink

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

  22. type OptAnyArray = UndefOr[Array[Any]]

    Permalink
  23. class Output extends Annotation with StaticAnnotation

    Permalink
  24. sealed trait Provider extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  25. class Renderer extends Any

    Permalink
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "Renderer" )
  26. trait SimpleChange extends Any

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

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

    Permalink
    Annotations
    @RawJSType() @native()

Value Members

  1. object AfterContentChecked

    Permalink
  2. object AfterContentInit

    Permalink
  3. object AfterViewChecked

    Permalink
  4. object AfterViewInit

    Permalink
  5. object Component

    Permalink
  6. object ComponentFacade extends Object

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

    Permalink
  8. object DirectiveFacade extends Object

    Permalink
    Annotations
    @native() @JSImport( "@angular/core" , "Directive" )
  9. object DoCheck

    Permalink
  10. object Injectable

    Permalink
  11. object InjectableFacade extends Object

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

    Permalink
  13. object NgModuleFacade extends Object

    Permalink
    Annotations
    @native() @JSImport( "@angular/core" , "NgModule" )
  14. object OnChanges

    Permalink
  15. object OnDestroy

    Permalink
  16. object OnInit

    Permalink
  17. object Renderer

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped