Skip to content

Commit

Permalink
Minor Angular update, release 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klausj committed Dec 13, 2024
1 parent 58cdf48 commit 6a0cd4a
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 362 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For backwards compatibility to server REST API v1 set the property `apiVersion:

### Install NPM package
Speechrecorder module is available as NPM package.
Add `"speechrecorderng": "3.11.0"` to the `dependencies` array property in the `package.json` file of your application. Run `npm install` to install the package.
Add `"speechrecorderng": "3.11.1"` 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
Loading

0 comments on commit 6a0cd4a

Please sign in to comment.