Closed mina-skunk closed 7 years ago
You can see here that the name of the package is quickstart-lib
and not lib
. (unless you changed it).
Try doing import { LibModule } from 'quickstart-lib'
@baruchvlz That was a typo sorry, if so the error would be:
Cannot find module 'lib'.
It is just working now though so closing.
npm run build
cd .\dist
npm link
From @angular/cli@1.3.2 project add: src/tsconfig.app.json
src/app/app.module.ts
npm link quickstart-lib
npm start
orng serve --preserve-symlinks