Skip to content

Commit

Permalink
Release 2.21.8
Browse files Browse the repository at this point in the history
  • Loading branch information
klausj committed Feb 7, 2022
1 parent 5f7c51e commit ad004f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SpeechRecorderNg

A Speech Recording Tool implemented as an Angular 12 module.
A Speech Recording Tool implemented as an Angular 13 module.


This project was generated with [Angular CLI](https://github.com/angular/angular-cli).
Expand All @@ -9,7 +9,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular

### Install NPM package
Speechrecorder module is available as NPM package.
Add `"speechrecorderng": "2.21.4"` to the `dependencies` array property in the `package.json` file of your application. Run `npm install` to install the package.
Add `"speechrecorderng": "2.21.8"` to the `dependencies` array property in the `package.json` file of your application. Run `npm install` to install the package.
### Module integration
Add SpeechRecorderNg module to imports property of your `AppModule` annotation. The module main component `SpeechRecorder` should be activated by an Angular route.

Expand Down

0 comments on commit ad004f3

Please sign in to comment.