AstTemplateParser class

A TemplateParser which uses the ngast package to parse angular templates.

Constructors

AstTemplateParser(ElementSchemaRegistry _schemaRegistry, ExpressionParser _parser, CompilerFlags _flags)

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(CompileDirectiveMetadata compMeta, String template, List<CompileDirectiveMetadata?> directives, List<CompilePipeMetadata?> pipes, String name, String templateSourceUrl) List<TemplateAst>
Parses the template into a structured tree of ng.TemplateAst nodes.
toString() String
A string representation of this object.
inherited

Operators

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