Skip to content

Commit

Permalink
Update Angular to 17.3.0, Release 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
klausj committed Mar 15, 2024
1 parent 06e42f5 commit ddbc073
Show file tree
Hide file tree
Showing 5 changed files with 1,602 additions and 759 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.9.3"` to the `dependencies` array property in the `package.json` file of your application. Run `npm install` to install the package.
Add `"speechrecorderng": "3.9.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 ddbc073

Please sign in to comment.