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

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

  2. trait AfterContentInit extends AnyRef

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

  3. trait AfterViewChecked extends AnyRef

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

  4. trait AfterViewInit extends AnyRef

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

  5. class AnimationAnimateMetadata extends AnimationMetadata
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "AnimationAnimateMetadata" )
  6. class AnimationEntryMetadata extends Object
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "AnimationEntryMetadata" )
  7. class AnimationGroupMetadata extends AnimationWithStepsMetadata
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "AnimationGroupMetadata" )
  8. class AnimationKeyframesSequenceMetadata extends AnimationMetadata
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , ... )
  9. class AnimationMetadata extends Object
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "AnimationMetadata" )
  10. class AnimationSequenceMetadata extends AnimationWithStepsMetadata
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "AnimationSequenceMetadata" )
  11. class AnimationStateDeclarationMetadata extends AnimationStateMetadata
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "AnimationStateDeclarationMetadata" )
  12. class AnimationStateMetadata extends Object
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "AnimationStateMetadata" )
  13. class AnimationStateTransitionMetadata extends AnimationStateMetadata
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "AnimationStateTransitionMetadata" )
  14. class AnimationStyleMetadata extends AnimationMetadata
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "AnimationStyleMetadata" )
  15. abstract class AnimationWithStepsMetadata extends AnimationMetadata
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "AnimationWithStepsMetadata" )
  16. trait ClassProvider extends Object with Provider
    Annotations
    @RawJSType() @native()
  17. macro class Component extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )
  18. macro class Directive extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )
  19. trait DoCheck extends AnyRef

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

  20. class ElementRef extends Any
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "ElementRef" )
  21. class EventEmitter [T] extends Any
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "EventEmitter" )
  22. trait ExistingProvider extends Object with Provider
    Annotations
    @RawJSType() @native()
  23. trait FactoryProvider extends Object with Provider
    Annotations
    @RawJSType() @native()
  24. class HostBinding extends Annotation with StaticAnnotation
  25. class HostListener extends Annotation with StaticAnnotation
  26. macro class Injectable extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )
  27. class Input extends Annotation with StaticAnnotation
  28. trait ModuleWithProviders extends Object

    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

  29. macro class NgModule extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )
  30. trait OnChanges extends AnyRef

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

  31. trait OnDestroy extends AnyRef

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

  32. trait OnInit extends AnyRef

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

  33. type OptAnyArray = UndefOr[Array[Any]]
  34. class Output extends Annotation with StaticAnnotation
  35. macro class Pipe extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )
  36. trait PipeTransform0 [T, R] extends AnyRef
  37. trait PipeTransform1 [T, A1, R] extends AnyRef
  38. trait PipeTransform2 [T, A1, A2, R] extends AnyRef
  39. trait PipeTransform3 [T, A1, A2, A3, R] extends AnyRef
  40. sealed trait Provider extends Object
    Annotations
    @RawJSType() @native()
  41. class Renderer extends Any
    Annotations
    @RawJSType() @native() @JSImport( "@angular/core" , "Renderer" )
  42. trait SimpleChange extends Any
    Annotations
    @RawJSType() @native()
  43. trait TypeProvider extends Object with Provider
    Annotations
    @RawJSType() @native()
  44. trait ValueProvider extends Object with Provider
    Annotations
    @RawJSType() @native()

Value Members

  1. object AfterContentChecked
  2. object AfterContentInit
  3. object AfterViewChecked
  4. object AfterViewInit
  5. object Component
  6. object ComponentFacade extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "Component" )
  7. object Directive
  8. object DirectiveFacade extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "Directive" )
  9. object DoCheck
  10. object Injectable
  11. object InjectableFacade extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "Injectable" )
  12. object NgModule
  13. object NgModuleFacade extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "NgModule" )
  14. object OnChanges
  15. object OnDestroy
  16. object OnInit
  17. object Pipe
  18. object PipeFacade extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "Pipe" )
  19. object PipeTransform0
  20. object PipeTransform1
  21. object PipeTransform2
  22. object PipeTransform3
  23. object Renderer
  24. object animate extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "animate" )
  25. object animations
  26. object group extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "group" )
  27. object keyframes extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "keyframes" )
  28. object sequence extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "sequence" )
  29. object state extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "state" )
  30. object style extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "style" )
  31. object transition extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "transition" )
  32. object trigger extends Object
    Annotations
    @native() @JSImport( "@angular/core" , "trigger" )

Inherited from AnyRef

Inherited from Any

Ungrouped