mirror of
https://github.com/valitydev/ng-thrift.git
synced 2024-11-06 00:05:20 +00:00
🤝 Angular Thrift Libraries
.github/workflows | ||
.run | ||
.vscode | ||
projects | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.js | ||
angular.json | ||
cspell.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
renovate.json | ||
tsconfig.json |
Angular Thrift Libraries
- Angular Thrift UI
💻 Development with locally built/runnable library
-
Link the library
npm link ~/github/valitydev/ng-thrift/projects/ng-thrift/dist
npx link ~/github/valitydev/ng-thrift/projects/ng-thrift/dist
-
Start Library
# cd ../ng-thrift npm start
-
Start your app
# cd ../your-app npm start
📦 Preparing a Pull Request in your application along with the library
To do this, you can use the version published in the NPM (with the pr
tag) from your PR to the library:
npm i --save-exact @vality/ng-thrift@pr
The latest version with the tag can also be viewed in NPM
Publish
Apply the PR label publish
to all packages, or specify it for individual packages like publish ng-thrift
for the ng-thrift
package.