Getting started with tensorflow-js and Angular - AngularMVD

Recently I moved to Uruguay, Montevideo.
Here I found an active community of developers, yesterday I had a chance of giving a talk at the AngularMVD meetup.
Even though it has been ages from the last time I developed an Angular app the talk was about how to use tensorflow.JS in your Angular application.
I love tensorflow.JS and recently I wrote an article on how to create smart front-end applications and moving deep learning models to the EDGE on the company blog.
You can find the slides here https://bit.ly/tfjs-ng
and the demo application here https://ng-tfjs-demo.firebaseapp.com/
I've used the angular-cli to generate a project and created some services ... integrating Tensorflow.js in the app was just about wrapping it into a service and expose the classify function of the pretrained model.
you can find the code on my github @ https://github.com/david1983/tfjs-angular