export { AppSwitcherComponent } from './app-switcher.component'; export { AppSwitcherLinksComponent } from './app-switcher-application-link/app-switcher-links.component'; export { AppSwitcherModule } from './app-switcher.module'; export { AppSwitcherService } from './app-switcher.service'; export { IDiscoveryApplication, IDiscoveryRequest, IAppSwitcherService, APP_SWITCHER_SERVICE, IAppSwitcherConfig, APP_SWITCHER_CONFIG } from './app-switcher-interfaces';