dev build instructions or npm dev package #508
Replies: 2 comments
-
The documentation is focused on HyperFormula, what you need to do after building the project is a package management responsibility i.e. https://medium.com/@the1mills/how-to-test-your-npm-module-without-publishing-it-every-5-minutes-1c4cb4b369be I like the idea of Continous Delivery, but it is not a common practice for NPM packages. We're releasing Our @handsontable/support team is checking if there is an issue with Angular. |
Beta Was this translation helpful? Give feedback.
-
following steps worked for me in my angular app:
|
Beta Was this translation helpful? Give feedback.
-
One can build the sources from dev branch as described here: https://handsontable.github.io/hyperformula/guide/building.html#build-the-project
but it's not possible to use the created library. At least in an angular project.
It would be nice to have further documentation on how to use the compiled dev branch or even better would be a npm dev build which continously updates.
Beta Was this translation helpful? Give feedback.
All reactions