@meumobi/nfmb-data-models
v1.17.11
Published
nfmb data models. Internal use only.
Downloads
6
Readme
nfmb-data-models
This library was generated with Angular CLI version 8.2.14.
Code scaffolding
% ng g class newsletter --type model --project nfmb-data-models --skip-tests --dry-run
CREATE projects/nfmb-data-models/src/lib/newsletter.model.ts (28 bytes)
%
Add it to projects/nfmb-data-models/src/lib/public-api.ts
Versioning
We use SemVer for versioning.
Use following cmd for new version, it will automatically upgrade package.json version:
% npm version minor --prefix="projects/nfmb-data-models"
Build
Run ng build nfmb-data-models
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build nfmb-data-models
, go to the dist folder cd dist/nfmb-data-models
and run npm publish
.
Running unit tests
Run ng test nfmb-data-models
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.