# ngx-simple-qrcode

> qrcode for angular.

Latest version **1.0.2** (published 2022-01-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install ngx-simple-qrcode
pnpm add ngx-simple-qrcode
yarn add ngx-simple-qrcode
bun add ngx-simple-qrcode
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2022-01-28 |
| First published | 2021-11-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 36.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | twn39 |
| Maintainers | twn39 |
| Keywords | qrcode, kjua, ngx-simple-qrcode, ngx-qrcode, ngx, angular |

## Links

- npm: https://www.npmjs.com/package/ngx-simple-qrcode
- Repository: https://github.com/twn39/ngx-library
- Issues: https://github.com/twn39/ngx-library/issues
- npm.io page: https://npm.io/package/ngx-simple-qrcode

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.3.0

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2022-01-28
- 1.0.1 — 2021-11-16
- 1.0.0 — 2021-11-15

## README

<div id="top"></div>

<!-- ABOUT THE PROJECT -->
## About The Project

QRcode generator for Angular, based on kjua.

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- GETTING STARTED -->
## Getting Started

### Prerequisites

* npm
  ```sh
  npm i kjua --save
  npm i ngx-simple-qrcode --save
  ```

### Installation

1. Enter your project directory
2. Install NPM packages
   ```sh
    npm i kjua --save
    npm i ngx-simple-qrcode --save
   ```
<p align="right">(<a href="#top">back to top</a>)</p>


## Usage

Load the module:

```ts
import {NgxSimpleQrcodeModule} from "ngx-simple-qrcode";

@NgModule({
  declarations: [
    AppComponent,
  ],
  imports: [
    BrowserModule,
    AppRoutingModule,
    NgxSimpleQrcodeModule,
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }
```

And then just put the element in template:

```html
<ngx-simple-qrcode text="Hello world!" [size]="300"></ngx-simple-qrcode>
```

<p align="right">(<a href="#top">back to top</a>)</p>

## Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

<p align="right">(<a href="#top">back to top</a>)</p>



<!-- LICENSE -->
## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

<p align="right">(<a href="#top">back to top</a>)</p>

---
_Source: https://npm.io/package/ngx-simple-qrcode · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
