package core
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- core
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
AfterContentChecked
extends AnyRef
Lifecycle hook that is called after every check of a directive's content.
-
trait
AfterContentInit
extends AnyRef
Lifecycle hook that is called after a directive's content has been fully initialized.
-
trait
AfterViewChecked
extends AnyRef
Lifecycle hook that is called after every check of a component's view.
-
trait
AfterViewInit
extends AnyRef
Lifecycle hook that is called after a component's view has been fully initialized.
-
class
AnimationAnimateMetadata
extends AnimationMetadata
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "AnimationAnimateMetadata" )
-
class
AnimationEntryMetadata
extends Object
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "AnimationEntryMetadata" )
-
class
AnimationGroupMetadata
extends AnimationWithStepsMetadata
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "AnimationGroupMetadata" )
-
class
AnimationKeyframesSequenceMetadata
extends AnimationMetadata
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , ... )
-
class
AnimationMetadata
extends Object
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "AnimationMetadata" )
-
class
AnimationSequenceMetadata
extends AnimationWithStepsMetadata
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "AnimationSequenceMetadata" )
-
class
AnimationStateDeclarationMetadata
extends AnimationStateMetadata
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "AnimationStateDeclarationMetadata" )
-
class
AnimationStateMetadata
extends Object
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "AnimationStateMetadata" )
-
class
AnimationStateTransitionMetadata
extends AnimationStateMetadata
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "AnimationStateTransitionMetadata" )
-
class
AnimationStyleMetadata
extends AnimationMetadata
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "AnimationStyleMetadata" )
-
abstract
class
AnimationWithStepsMetadata
extends AnimationMetadata
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "AnimationWithStepsMetadata" )
-
trait
ClassProvider
extends Object with Provider
- Annotations
- @RawJSType() @native()
-
macro
class
Component
extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly( ... ) @compileTimeOnly( ... )
-
macro
class
Directive
extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly( ... ) @compileTimeOnly( ... )
-
trait
DoCheck
extends AnyRef
Lifecycle hook that is called when Angular dirty checks a directive.
-
class
ElementRef
extends Any
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "ElementRef" )
-
class
EventEmitter
[T] extends Any
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "EventEmitter" )
-
trait
ExistingProvider
extends Object with Provider
- Annotations
- @RawJSType() @native()
-
trait
FactoryProvider
extends Object with Provider
- Annotations
- @RawJSType() @native()
- class HostBinding extends Annotation with StaticAnnotation
- class HostListener extends Annotation with StaticAnnotation
-
macro
class
Injectable
extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly( ... ) @compileTimeOnly( ... )
- class Input extends Annotation with StaticAnnotation
-
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
-
macro
class
NgModule
extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly( ... ) @compileTimeOnly( ... )
-
trait
OnChanges
extends AnyRef
Lifecycle hook that is called when any data-bound property of a directive changes.
-
trait
OnDestroy
extends AnyRef
Lifecycle hook that is called when a directive or pipe is destroyed.
-
trait
OnInit
extends AnyRef
Lifecycle hook that is called after data-bound properties of a directive are initialized.
- type OptAnyArray = UndefOr[Array[Any]]
- class Output extends Annotation with StaticAnnotation
-
macro
class
Pipe
extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly( ... ) @compileTimeOnly( ... )
- trait PipeTransform0 [T, R] extends AnyRef
- trait PipeTransform1 [T, A1, R] extends AnyRef
- trait PipeTransform2 [T, A1, A2, R] extends AnyRef
- trait PipeTransform3 [T, A1, A2, A3, R] extends AnyRef
-
sealed
trait
Provider
extends Object
- Annotations
- @RawJSType() @native()
-
class
Renderer
extends Any
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "Renderer" )
-
trait
SimpleChange
extends Any
- Annotations
- @RawJSType() @native()
-
trait
TypeProvider
extends Object with Provider
- Annotations
- @RawJSType() @native()
-
trait
ValueProvider
extends Object with Provider
- Annotations
- @RawJSType() @native()
Value Members
- object AfterContentChecked
- object AfterContentInit
- object AfterViewChecked
- object AfterViewInit
- object Component
-
object
ComponentFacade
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "Component" )
- object Directive
-
object
DirectiveFacade
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "Directive" )
- object DoCheck
- object Injectable
-
object
InjectableFacade
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "Injectable" )
- object NgModule
-
object
NgModuleFacade
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "NgModule" )
- object OnChanges
- object OnDestroy
- object OnInit
- object Pipe
-
object
PipeFacade
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "Pipe" )
- object PipeTransform0
- object PipeTransform1
- object PipeTransform2
- object PipeTransform3
- object Renderer
-
object
animate
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "animate" )
- object animations
-
object
group
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "group" )
-
object
keyframes
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "keyframes" )
-
object
sequence
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "sequence" )
-
object
state
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "state" )
-
object
style
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "style" )
-
object
transition
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "transition" )
-
object
trigger
extends Object
- Annotations
- @native() @JSImport( "@angular/core" , "trigger" )