@angularforge/command-palette
Local Development
Build and integrate the library locally without a published npm package.
Build
cd angularforge-libs/command-palette
npm install
npm run build # ng-packagr → ./distResolve from Source (tsconfig paths)
{
"compilerOptions": {
"paths": {
"@angularforge/command-palette": [
"../angularforge-libs/command-palette/src/public-api.ts"
]
}
}
}