export { TeleportDirective } from './lib/teleport/teleport.directive'; export { TeleportOutletDirective } from './lib/teleport/teleport-outlet.directive'; export { DynamicViewDirective } from './lib/dynamic-view/dynamic-view.directive'; export { StringRef } from './lib/views/string-ref'; export { CompRef } from './lib/views/comp-ref'; export { TplRef } from './lib/views/template-ref'; export { injectViewContext, ViewService, ViewOptions } from './lib/views/view'; export { getViewRef, isComponent, isTemplateRef, Content, isString, ViewRef, ResolveViewRef } from './lib/views/types';