UNPKG

dbweb-common

Version:

用`yarn add dbweb-common`安装,不要忘记修改`angular.json`里的 `architect\build\options\assets`,加上

26 lines (25 loc) 1.21 kB
export * from './lib/dbweb-common.module'; export * from './lib/app-load.service'; export * from './lib/services/theme.service'; export * from './lib/const'; export * from './lib/page-not-found/page-not-found.component'; export * from './lib/element/element.module'; export * from './lib/export/export.module'; export * from './lib/index/index.module'; export * from './lib/record-view/record-view.module'; export * from './lib/record-view/record-view-inner.module'; export * from './lib/import/import.module'; export * from './lib/login/login.module'; export * from './lib/home/home.component'; export * from './lib/page-not-found/page-not-found.module'; export * from './lib/home/set-dept/set-dept.module'; export * from './lib/task/task.module'; export * from './lib/version/version.module'; export * from './lib/userinfo/userinfo.module'; export * from './lib/update/update.module'; export * from './lib/bill/common-bill/common-bill.module'; export * from './lib/role/role.module'; export * from './lib/user/user.module'; export * from './lib/notice/notice.module'; export * from './lib/dump-institution/dump-institution.module'; export * from './lib/removesel/removesel.module';