1.0.1 • Published 6 years ago

libreria-condivisa v1.0.1

Weekly downloads
33
License
-
Repository
-
Last release
6 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

6 years ago

1.0.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago