Skip to main content
menu
close
v19
K
Docs
Tutorials
Playground
Reference
more_horiz
menu
API
Roadmap
Get involved
API Reference
CLI Reference
Error Encyclopedia
Extended Diagnostics
Versioning and releases
Version compatibility
Update guide
Configurations
Migrations
arrow_back
API Reference
Overview
@angular/animations
@angular/animations/browser
@angular/animations/browser/testing
@angular/common
@angular/common/http
@angular/common/http/testing
@angular/common/testing
@angular/common/upgrade
@angular/core
@angular/core/rxjs-interop
@angular/core/testing
@angular/elements
@angular/forms
@angular/localize
@angular/localize/init
@angular/platform-browser
@angular/platform-browser-dynamic
@angular/platform-browser-dynamic/testing
@angular/platform-browser/animations
@angular/platform-browser/animations/async
@angular/platform-browser/testing
@angular/platform-server
@angular/platform-server/testing
@angular/router
@angular/router/testing
@angular/router/upgrade
@angular/service-worker
@angular/ssr
@angular/ssr/node
@angular/upgrade
@angular/upgrade/static
@angular/upgrade/static/testing
window.ng globals
arrow_back
@angular/core
@defer
@for
@if
@let
@switch
AbstractType
AfterContentChecked
AfterContentInit
afterNextRender
afterRender
afterRenderEffect
AfterRenderOptions
AfterRenderPhase
AfterRenderRef
AfterViewChecked
AfterViewInit
ANIMATION_MODULE_TYPE
APP_BOOTSTRAP_LISTENER
APP_ID
APP_INITIALIZER
ApplicationConfig
ApplicationInitStatus
ApplicationModule
ApplicationRef
asNativeElements
assertInInjectionContext
assertNotInReactiveContext
assertPlatform
Attribute
booleanAttribute
BootstrapOptions
ChangeDetectionStrategy
ChangeDetectorRef
ClassProvider
ClassSansProvider
Compiler
COMPILER_OPTIONS
CompilerFactory
CompilerOptions
Component
ComponentFactory
ComponentFactoryResolver
ComponentMirror
ComponentRef
computed
ConstructorProvider
ConstructorSansProvider
contentChild
ContentChild
contentChildren
ContentChildren
createComponent
CreateComputedOptions
CreateEffectOptions
createEnvironmentInjector
createNgModule
createNgModuleRef
createPlatform
createPlatformFactory
CreateSignalOptions
CSP_NONCE
CUSTOM_ELEMENTS_SCHEMA
DebugElement
DebugEventListener
DebugNode
DEFAULT_CURRENCY_CODE
DefaultIterableDiffer
defineInjectable
destroyPlatform
DestroyRef
Directive
DoBootstrap
DoCheck
effect
EffectCleanupFn
EffectCleanupRegisterFn
EffectRef
ElementRef
EmbeddedViewRef
enableProdMode
ENVIRONMENT_INITIALIZER
EnvironmentInjector
EnvironmentProviders
ErrorHandler
EventEmitter
ExistingProvider
ExistingSansProvider
FactoryProvider
FactorySansProvider
forwardRef
ForwardRefFn
getDebugNode
getModuleFactory
getNgModuleById
getPlatform
GetTestability
Host
HOST_TAG_NAME
HostAttributeToken
HostBinding
HostListener
ImportedNgModuleProviders
importProvidersFrom
ImportProvidersSource
inject
Inject
Injectable
InjectableProvider
InjectableType
InjectFlags
InjectionToken
InjectOptions
Injector
INJECTOR
InjectorType
input
Input
InputOptions
InputOptionsWithoutTransform
InputOptionsWithTransform
InputSignal
InputSignalWithTransform
isDevMode
isSignal
isStandalone
IterableChangeRecord
IterableChanges
IterableDiffer
IterableDifferFactory
IterableDiffers
KeyValueChangeRecord
KeyValueChanges
KeyValueDiffer
KeyValueDifferFactory
KeyValueDiffers
linkedSignal
LOCALE_ID
makeEnvironmentProviders
makeStateKey
mergeApplicationConfig
MissingTranslationStrategy
model
ModelOptions
ModelSignal
ModuleWithComponentFactories
ModuleWithProviders
ng-container
ng-content
ng-template
NgIterable
NgModule
NgModuleFactory
NgModuleRef
NgProbeToken
NgZone
NgZoneOptions
NO_ERRORS_SCHEMA
numberAttribute
OnChanges
OnDestroy
OnInit
Optional
output
Output
OutputEmitterRef
OutputOptions
OutputRef
OutputRefSubscription
PACKAGE_ROOT_URL
PendingTasks
Pipe
PipeTransform
PLATFORM_ID
PLATFORM_INITIALIZER
platformCore
PlatformRef
Predicate
provideAppInitializer
provideEnvironmentInitializer
provideExperimentalCheckNoChangesForDebug
provideExperimentalZonelessChangeDetection
providePlatformInitializer
Provider
ProviderToken
provideZoneChangeDetection
Query
QueryList
reflectComponentType
Renderer2
RendererFactory2
RendererStyleFlags2
RendererType2
REQUEST
REQUEST_CONTEXT
resolveForwardRef
resource
Resource
ResourceLoader
ResourceLoaderParams
ResourceOptions
ResourceRef
ResourceStatus
RESPONSE_INIT
runInInjectionContext
Sanitizer
SchemaMetadata
SecurityContext
Self
setTestabilityGetter
signal
Signal
SimpleChange
SimpleChanges
SkipSelf
StateKey
StaticClassProvider
StaticClassSansProvider
StaticProvider
TemplateRef
Testability
TestabilityRegistry
TrackByFunction
TransferState
TRANSLATIONS
TRANSLATIONS_FORMAT
Type
TypeProvider
untracked
ValueEqualityFn
ValueProvider
ValueSansProvider
Version
VERSION
viewChild
ViewChild
viewChildren
ViewChildren
ViewContainerRef
ViewEncapsulation
ViewRef
WritableResource
WritableSignal
@angular/core
NgIterable
Type Alias
code
A type describing supported iterable types.
API
type
NgIterable
<
T
>
=
Array
<
T
>
|
Iterable
<
T
>
Jump to details