export TEMPLATE_TRANSFORMS : CONST_EXPR
export TEMPLATE_TRANSFORMS : CONST_EXPR
exported from angular2/compiler defined in angular2/src/compiler/template_parser.ts (line 79)
Provides an array of TemplateAstVisitor
s which will be used to transform
parsed templates before compilation is invoked, allowing custom expression syntax
and other advanced transformations.
This is currently an internal-only feature and not meant for general use.