test(ivy): add canonical template translation examples (#21374)

This change creates a spec file which contains canonical examples
of how the template compiler will translate templates into expected
output.

PR Close #21374
This commit is contained in:
Misko Hevery
2018-01-08 22:06:19 -08:00
committed by Alex Eagle
parent a6d41c47a9
commit 9f43f5f09e
2 changed files with 266 additions and 0 deletions

View File

@ -84,3 +84,4 @@ export {
defineDirective,
};
export {createComponentRef, detectChanges, getHostElement, markDirty, renderComponent};
export {InjectFlags} from './di';