# @angularclass/hmr-loader

> Angular HMR Webpack Loader by @AngularClass

Latest version **3.0.4** (published 2017-07-18) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @angularclass/hmr-loader
pnpm add @angularclass/hmr-loader
yarn add @angularclass/hmr-loader
bun add @angularclass/hmr-loader
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.4 |
| Published | 2017-07-18 |
| First published | 2016-08-21 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 32 |
| Author | PatrickJS |
| Maintainers | andytjoslin, angularclass-npm, gdi2290, hendrixer |
| Keywords | angular2-hmr-loader, angular2, hmr, hmr-loader, angular2-hmr, hot-loader, angular2-hot-loader |

## Links

- npm: https://www.npmjs.com/package/@angularclass/hmr-loader
- Repository: https://github.com/AngularClass/angular2-hmr-loader
- Homepage: https://github.com/AngularClass/angular2-hmr-loader#readme
- Issues: https://github.com/AngularClass/angular2-hmr-loader/issues
- npm.io page: https://npm.io/package/@angularclass/hmr-loader

## Dependencies (1)

- [loader-utils](https://npm.io/package/loader-utils.md) ^1.1.0

## Recent versions

- 3.0.4 (latest) — 2017-07-18
- 3.0.3 — 2017-07-17
- 3.0.2 — 2016-09-10
- 3.0.1 — 2016-09-09
- 3.0.0 — 2016-09-09
- 2.0.1 — 2016-09-09
- 2.0.0 — 2016-09-09
- 1.0.1 — 2016-08-23
- 1.0.0 — 2016-08-21

## README

# Angular 2 HMR Loader
Angular 2 HMR Webpack Loader by @AngularClass
Please consider using [AngularClass/angular2-hmr](https://github.com/AngularClass/angular2-hmr) which provides helpers for HMR in Angular 2
```es6
        {
          test: /\.ts$/,
          loaders: [
            '@angularclass/hmr-loader',
            'awesome-typescript-loader'
          ]
        },
```

---
_Source: https://npm.io/package/@angularclass/hmr-loader · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
