Posted on December 3 2021
npm link method on your angular project library, run npm run build projectname then in Terminal, navigate on dist/projectname and run npm link this should create a global symlink in the global npm packages folder, you can find it if you run %APPDATA% and go to npm/node_modules, then if you open it with terminal and
Continue reading →