# @daysmart/angular-qa-module

> [![npm downloads](https://img.shields.io/npm/dm/@daysmart/angular-qa-module.svg)](https://npmjs.org/@daysmart/angular-qa-module) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@daysmart/angular-qa-module.svg)](https://bu

Latest version **0.1.0** (published 2021-11-18) · 0 weekly downloads

## Install

```sh
npm install @daysmart/angular-qa-module
pnpm add @daysmart/angular-qa-module
yarn add @daysmart/angular-qa-module
bun add @daysmart/angular-qa-module
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2021-11-18 |
| First published | 2020-09-24 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 24.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | danijelamilanko, taylorgarpow, bilal.hussein, ewevans, mattieb, jerhemy-ap, daysmartadmin, tomatdaysmart, nthornton2010, shereefz, marteagaj, christopher.dettloff, travis.walker, jenelle.farris |

## Links

- npm: https://www.npmjs.com/package/@daysmart/angular-qa-module
- npm.io page: https://npm.io/package/@daysmart/angular-qa-module

## Dependencies (1)

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

## Recent versions

- 0.1.0 (latest) — 2021-11-18
- 0.0.5 — 2020-10-09
- 0.0.4 — 2020-10-02
- 0.0.3 — 2020-09-25
- 0.0.2 — 2020-09-25
- 0.0.1 — 2020-09-24

## README

[![npm downloads](https://img.shields.io/npm/dm/@daysmart/angular-qa-module.svg)](https://npmjs.org/@daysmart/angular-qa-module)
[![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@daysmart/angular-qa-module.svg)](https://bundlephobia.com/result?p=@daysmart/angular-qa-module)

# Setup

Add the `QaModule` to your application module so that the `qa` directive will be accessible.

```typescript
...
import { QaModule } from '@daysmart/angular-qa-module';
...

@NgModule({
  declarations: [
    SomeComponent
  ],
  imports: [
    ...
    QaModule,
    ...
  ],
  providers: []
})
export class SomeModule {}

```

# Usage

Add the `qa` directive to any element that you want to have a special data attribute added to. This helps to keep QA selectors and regular selectors separate to reduce refactoring E2E tests.

```html
<button class="confirm" qa="submit-btn"></button>
```

---
_Source: https://npm.io/package/@daysmart/angular-qa-module · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
