ComponentState
Source: Component.ts:15
Component lifecycle states
Enumeration Members
Creating: 'creating'
static
Component.ts:17Component is being created
Destroyed: 'destroyed'
static
Component.ts:25Component has been destroyed
Destroying: 'destroying'
static
Component.ts:23Component is being destroyed
Mounted: 'mounted'
static
Component.ts:19Component is mounted and ready
Updating: 'updating'
static
Component.ts:21Component is being updated