mv-feedbackentes-common v0.2.12
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 linkThis will create a dist directory which can be linked locally in your project by
npm link mv-common-feedbackentesTo build the library and publish it on NPM
WARNING: Don't forget to update the version (in package.json) before publishing it
npm run publishrThis will create a npm package which can be installed in your project by
npm install mv-feedbackentes-common --saveBuild documentation
npm run compodocServe documentation
npm run compodoc-servedocumentation will be served on http://localhost:8080
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago