examples.waku.org/relay-angular-chat
dependabot[bot] f4e20f950f
build(deps): bump @angular/platform-browser in /relay-angular-chat
Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 13.2.7 to 14.1.2.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/14.1.2/packages/platform-browser)

---
updated-dependencies:
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 01:53:55 +00:00
..
2022-06-17 10:48:15 +10:00
2022-06-17 10:48:15 +10:00
2022-06-17 10:48:15 +10:00
2022-06-17 10:48:15 +10:00
2022-06-17 10:48:15 +10:00
2022-06-17 10:48:15 +10:00

Minimal Angular (v13) Waku Relay App

Demonstrates:

  • Group messaging
  • Angular/JavaScript
  • Waku Relay
  • Protobuf using protons
  • No async/await syntax

A barebones messaging app to illustrate the Angular Relay guide.

To run a development version locally, do:

git clone https://github.com/status-im/js-waku/ ; cd js-waku
npm install   # Install dependencies for js-waku
npm run build # Build js-waku
cd examples/relay-reactjs-chat
yarn   # Install dependencies for the web app
yarn start # Start development server to serve the web app on http://localhost:4200/

Known issues

There is a problem when using npm to install/run the Angular app.