0.0.7 • Published 3 years ago

angular-sdk v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

AngularSdk

SDK library for Smartbridge.

Installation

Create new project directory under projects and run npm init @netrist-smartbridge/<project-name>

Add project scope to angular.json file. Make sure to iterate project's package version every time changes are made.

NPM Commands

Initialize NPM package

npm init @netrist-smartbridge/<project-name>

Login:

npm login

Build:

npm run build <project-name> --prod

Publish:

npm publish dist/<project-name> --access=public

Notes

  • Make sure paths are correct in angular.json file.

  • See projects/smartbridge for project structure example.