@angularforge/gallery
Local Development
Build and test the library locally without the NG0203 trap.
./dist .
npm run build # build the library to ./dist
npm run build:watch # rebuild on change
npm run pack:local # build + npm pack → ./dist/*.tgzAvoiding the NG0203 trap
# In the library
npm run pack:local
# In the consuming app
npm install /path/to/gallery/dist/angularforge-gallery-<version>.tgz