Skip to content

Commit

Permalink
Angular patch update.
Browse files Browse the repository at this point in the history
  • Loading branch information
klausj committed Jan 31, 2025
1 parent 79511a5 commit e1a0609
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 165 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.3"` to the `dependencies` array property in the `package.json` file of your application. Run `npm install` to install the package.
Add `"speechrecorderng": "3.11.4"` 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 e1a0609

Please sign in to comment.