1.0.1 • Published 7 years ago

libreria-condivisa v1.0.1

Weekly downloads
33
License
-
Repository
-
Last release
7 years ago

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

  1. npm i libreria-condivisa

  2. Add LibreriaCondivisaModule to the imports array of your angular module.

    `@NgModule({
    imports: [LibreriaCondivisaModule, ...],

    ... })`

  3. Use <lib-libreria-condivisa></lib-libreria-condivisa> to consume.

1.0.1

7 years ago

1.0.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago