ProviderAstType enum

Inheritance

Constructors

ProviderAstType()
const

Values

PublicService → const ProviderAstType

Public providers (Directive.providers) that can be reached across views.

PrivateService → const ProviderAstType

Provide providers (Directive.viewProviders) that are visible within template only.

Component → const ProviderAstType

A provider that represents the Component type.

Directive → const ProviderAstType

A provider that represents a Directive type.

Builtin → const ProviderAstType

Provider that is used by compiled code itself such as TemplateRef.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ProviderAstType>
A constant List of the values in this enum, in order of their declaration.