fix(ivy): add missing AttributeMarker export (#27485)

PR Close #27485
This commit is contained in:
Miško Hevery 2018-12-05 11:17:41 -08:00
parent 69198ba37b
commit 7901cd8cfb
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export {
defineNgModule as ɵdefineNgModule,
detectChanges as ɵdetectChanges,
renderComponent as ɵrenderComponent,
AttributeMarker as ɵAttributeMarker,
ComponentType as ɵComponentType,
ComponentFactory as ɵRender3ComponentFactory,
ComponentRef as ɵRender3ComponentRef,