typescript-business-object-library
v0.1.1
Published
A simple TS Business Object Library
Downloads
22
Maintainers
Readme
LibBusinessObjects
This library was generated with Angular CLI version 8.0.3.
Build
Run ng build LibBusinessObjects to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build LibBusinessObjects, go to the dist folder cd dist/lib-business-objects and run npm publish.
Running unit tests
Run ng test LibBusinessObjects to execute the unit tests via Karma.
Further help
Build Angular Library Better Angular Libraries Publish Angular Library
Objects
Common objects used in business applications include:
Interfaces
- StateInterface
- UserInterface
- PhoneInterface
- AddressInterface
- LocationInterface
- FullNameInterface
- WorkTypeInterface
- JobInterface
Classes
- Profile
- UploadFile
- WebImage
