For @lennertr
:-)
- open this project in intellij (ensuring that gradle is all working)
- run the
main
method in the fileNodeDriver.kt
(you will need to make sure the run configuration has the following VM options:-ea -javaagent:lib/quasar.jar
) - you should note in the logs that braid end-points are create for PartyA and PartyB on
http://localhost:8081/api
andhttp://localhost:8082/api
respectively. - please test that you can reach these in your browser
- install the angular cli:
npm install -g @angular/cli
- in the
web
directory start the angular server using:ng serve --open
- if everything goes ok, you should see the following
I'm not remotely familiar with the more recent versions of Angular - hopefully this translates to a proper solution.
The only thing I had to do was to define the global
constant to be the window
object in index.html
.
Then, the main logic is in app.component.ts