/* * Public API Surface of onguard-launchpad-web-client */ // Modules // @index('./lib/**/*.module.ts', f => `export * from '${f.path}'`) export * from './lib/launchpad-web-configuration.module' // @endindex // Services // @index('./lib/**/*.service.ts', f => `export * from '${f.path}'`) export * from './lib/launchpad-web-configuration.service' export * from './lib/services/authentication/authentication.service' export * from './lib/services/launchpad-events/launchpad-events.service' export * from './lib/services/launchpad-local-storage/launchpad-local-storage.service' export * from './lib/services/log-logout/log-logout.service' // @endindex // Guards // @index('./lib/**/*.guard.ts', f => `export * from '${f.path}'`) export * from './lib/guards/launchpad-login.guard' // @endindex