AngularArtifacts class

A collection of all components and directives in a given input module.

Constructors

AngularArtifacts({required List<NormalizedComponentWithViewDirectives> components, required List<CompileDirectiveMetadata> directives})
const

Properties

components List<NormalizedComponentWithViewDirectives>
Processed @Component-annotated classes.
final
directives List<CompileDirectiveMetadata>
Processed @Directive-annotated classes.
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Whether the input has no component and directives.
no setter
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