AngularCompiler class
The bulk of "compilation" for AngularDart's components and templates.
Ultimately, this class runs the set of smaller processes that take a .dart
library as input, finding (and parsing as necessary) any external .html
templates and building up internal data structures to represent the
generated code (referred to as "views").
Constructors
- AngularCompiler(TemplateCompiler _templateCompiler, AstDirectiveNormalizer _directiveNormalizer, DirectiveConverter _directiveConverter, AstTemplateParser _templateParser, Resolver _resolver)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
compile(
LibraryElement element) → Future< DartSourceOutput?> -
Given a
.dart
library targetelement
, returns.template.dart
. -
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