revert: feat(ivy): input type coercion for template type-checking (#33243) (#33299)

This reverts commit 1b4eaea6d4.

PR Close #33299
This commit is contained in:
Matias Niemelä
2019-10-21 08:57:55 -07:00
parent 160547dad6
commit c0ebecf54d
8 changed files with 5 additions and 142 deletions

View File

@ -228,7 +228,6 @@ function fakeDirective(ref: Reference<ClassDeclaration>): DirectiveMeta {
queries: [],
hasNgTemplateContextGuard: false,
ngTemplateGuards: [],
coercedInputs: new Set<string>(),
baseClass: null,
};
}