In my Angular 2 application, I would like to embed this "tags input component" which is written in plain Javacsript:
https://github.com/yairEO/tagify
What would be the correct way to include/embed it in my typescript?
Here is a snippet of my files, where I'd like for the component to appear:
I'm at a beginner's level with Angular 2 and Typescript, but I hope my question makes sense.
