index.ts 264 字节 编辑Web IDE 1 2 3 4 export { AuthGuard } from './auth-guard/auth-guard'; export { Interceptors } from './interceptor/interceptor'; export { initNoticeHandler } from './custom-notice-handler/custom-notic-handler'; export { AppComponentService } from './service/app-component-service';