This repo provides components for metadata https://iqb-vocabs.github.io.
Library with angular components for metadata.
During development, use the application in the folder /src. The script start in package.json might help to start.
If you did changes in the component library, first start the script build_mc in package.json to build into the dist folder first.
The steps to publish a new release of the library:
- Update the version in
projects/ngx-metadata-components/package.json - Update README.md in
projects/ngx-metadata-componentsto let people know about the changes - Build: Use the script
build_mcinpackage.json - Publish: Use the script
npm_publishinpackage.json