Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kaishi doesn't export members from ngx-admin-lte #1

Closed
fabioformosa opened this issue Mar 15, 2018 · 0 comments
Closed

kaishi doesn't export members from ngx-admin-lte #1

fabioformosa opened this issue Mar 15, 2018 · 0 comments

Comments

@fabioformosa
Copy link
Owner

fabioformosa commented Mar 15, 2018

ng serve

ERROR in src/app/app-routing.module.ts(5,10): error TS2305: Module '"D:/git/simple-kaishi/node_modules/kaishi/kaishi"' has no exported member 'LayoutAuthComponent'. src/app/app.component.ts(4,5): error TS2305: Module '"simple-kaishi/node_modules/kaishi/kaishi"' has no exported member 'User'. src/app/app.component.ts(5,5): error TS2305: Module '"simple-kaishi/node_modules/kaishi/kaishi"' has no exported member 'MenuService'. src/app/app.component.ts(6,5): error TS2305: Module '"simple-kaishi/node_modules/kaishi/kaishi"' has no exported member 'LogoService'. src/app/app.component.ts(7,5): error TS2305: Module '"simple-kaishi/node_modules/kaishi/kaishi"' has no exported member 'FooterService'.

I've not published kaishi in npm registry, so in order to reproduce the scenario it needs:

  • launch on kaishi: npm packagr
  • create a local link with npm link inside simple-kaishi against your path to 'kaishi/dist'
cd simple-kaishi
npm link ../kaishi/dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant