0.0.20 • Published 7 months ago

ds-strate-forward-common-library v0.0.20

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Code scaffolding

Run ng generate component component-name --project ds-strate-forward-library to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ds-strate-forward-library.

Note: Don't forget to add --project ds-strate-forward-library or else it will be added to the default project in your angular.json file.

Build

Run npm run build-library to build the project. The build artifacts will be stored in the dist/ directory. Then run npm run pack-lib. This would create a .tgz package for the library which is to be exported into other applications to be used.

Publishing

After building your library with ng build ds-strate-forward-library, go to the dist folder cd dist/ds-strate-forward-library and publish it using the below commands.

Log in to npm using

npm login

Publish your library using the npm publish command with the path to your tgz bundle.

NB: CHANGE THE VERSION BEFORE DEPLOYING TO AVOIND CONFLICT ON NPM REPOSITORY. KINDLY REPLACE <<ds-strate-forward-library-1.0.0.tgz>> BY THE LATEST .tgz FILE PATH

First go into the dist folder, then in the 'ds-strate-forward-library' and run npm publish ds-strate-forward-library-1.0.0.tgz --access public.

Running unit tests

Run ng test ds-strate-forward-library 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 Overview and Command Reference page.

0.0.20

7 months ago

0.0.19

8 months ago

0.0.16

9 months ago

0.0.17

9 months ago

0.0.18

9 months ago

0.0.10

10 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.3

11 months ago

0.0.15

9 months ago

0.0.9

10 months ago

0.0.8

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.2

1 year ago

0.0.1

1 year ago