libreria-condivisa
v1.0.1
Published
Example of an angular shared library including bundled dependencies. It adds a button to take a screenshot of the page using `html2canvas` package. See [html2canvas](https://html2canvas.hertzen.com/) for further information about it.
Readme
angular screenshot
Introduction
Example of an angular shared library including bundled dependencies.
It adds a button to take a screenshot of the page using html2canvas package.
See html2canvas for further information about it.
Installation
npm i libreria-condivisaAdd
LibreriaCondivisaModuleto the imports array of your angular module.@NgModule({ imports: [LibreriaCondivisaModule, ...], ... })Use
<lib-libreria-condivisa></lib-libreria-condivisa>to consume.
