UNPKG

portal-route-guard

Version:
15 lines (14 loc) 499 B
/** * 專案名稱: portal-route-guard * 部門代號: MLD500 * 檔案說明: Portal 路由守衛模組匯出點 * @CREATE Monday, 14th March 2022 8:36:16 am * @author Steve CY Lin * @contact Steve_CY_Lin@wistron.com #1342 * ----------------------------------------------------------------------------- * @NOTE */ export * from './models'; export * from './portal-route-guard.module'; export * from './portal.guard'; export * from './service/portal-accessment.service';