🤝 Angular Thrift Libraries
Go to file
2024-06-21 13:44:58 +05:00
.github/workflows TD-887: Init 2024-05-07 15:40:11 +05:00
.run TD-887: Init 2024-05-07 15:40:11 +05:00
.vscode TD-887: Init 2024-05-07 15:40:11 +05:00
projects TD-925: Bump Angular to 18 (#12) 2024-06-21 13:44:58 +05:00
.eslintrc.js TD-925: Bump Angular to 18 (#12) 2024-06-21 13:44:58 +05:00
.gitignore TD-887: Init 2024-05-07 15:40:11 +05:00
.prettierignore TD-887: Init 2024-05-07 15:40:11 +05:00
.prettierrc.js TD-887: Init 2024-05-07 15:40:11 +05:00
angular.json TD-887: Init 2024-05-07 15:40:11 +05:00
cspell.json TD-887: Init 2024-05-07 15:40:11 +05:00
package-lock.json TD-925: Bump Angular to 18 (#12) 2024-06-21 13:44:58 +05:00
package.json TD-925: Bump Angular to 18 (#12) 2024-06-21 13:44:58 +05:00
README.md TD-887: Init 2024-05-07 15:40:11 +05:00
renovate.json TD-887: Init 2024-05-07 15:40:11 +05:00
tsconfig.json TD-925: Bump Angular to 18 (#12) 2024-06-21 13:44:58 +05:00

Angular Thrift Libraries

  • Angular Thrift UI

💻 Development with locally built/runnable library

  1. Link the library

    npm link ~/github/valitydev/ng-thrift/projects/ng-thrift/dist
    

    Alternative:

    npx link ~/github/valitydev/ng-thrift/projects/ng-thrift/dist
    
  2. Start Library

    # cd ../ng-thrift
    npm start
    
  3. 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.