Skip to content

Commit 3ed50b5

Browse files
committed
feat(compiler): Make the TaggingCompiler the default compiler
1 parent 6c86af5 commit 3ed50b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core_dom/module.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class NgCoreDomModule extends Module {
4444
type(NgTextMustacheDirective);
4545
type(NgAttrMustacheDirective);
4646

47-
type(Compiler, implementedBy: WalkingCompiler);
47+
type(Compiler, implementedBy: TaggingCompiler);
4848
type(Http);
4949
type(UrlRewriter);
5050
type(HttpBackend);

0 commit comments

Comments
 (0)