mv-feedbackentes-common
TypeScript icon, indicating that this package has built-in type declarations

0.2.40 • Public • Published

common-feedbackentes

This Angular project hosts the common UI library for angular-feedbackentes and ionic-feedbackentes.

It has only one entrypoint method at the moment : it opens a modal (aka a temporary page) which allows user to fill a form and sends it to the feedbackentes backend.

The feedbackentes backend MUST know the apikey and WILL use associated data to handle the data submitted VIA feedbackentes.

To build the library and link it locally

npm run packagr
cd dist
npm link

This will create a dist directory which can be linked locally in your project by

npm link mv-common-feedbackentes

To build the library and publish it on NPM

WARNING: Don't forget to update the version (in package.json) before publishing it

npm run publishr

This will create a npm package which can be installed in your project by

npm install mv-feedbackentes-common --save

Build documentation

npm run compodoc

Serve documentation

npm run compodoc-serve

documentation will be served on http://localhost:8080

Dependencies (6)

Dev Dependencies (19)

Package Sidebar

Install

npm i mv-feedbackentes-common

Weekly Downloads

0

Version

0.2.40

License

MIT

Unpacked Size

139 kB

Total Files

20

Last publish

Collaborators

  • moventes