Angular 10 Elements Demo

If you are able to view the counter with + and - sign and a text box that changes the value, here it is. Angular elements is working :)

To get this working, I have done a couple of things.

  1. Added the JS that is having my changes included
  2. Added the custom tag <analytics-counter>

  ...
  <analytics-counter></analytics-counter>
  <script src="analytics-counter.js"></script>
  ...

The Full source code can be found here https://github.com/reflexdemon/angular10-webcompponent

For more good examples you can follow me on GitHub @reflexdemon and Twitter @reflexdemon