angular-elements-chat-widget
angular-elements-chat-widget copied to clipboard
How to install?
How to install in our project any npm ??
As he mentioned on the first page you have to first build the element project using the given command that will create one folder inside the dist/element. Just copy this folder in your project where index.html is placed. Then add the chat-widget.js file in your index.html and put chat-widget tag as shown in demo.html.
This is Angular Element which doesn't require NPM. It's JS library which you can easily embed any project irrespective knowing target technology.
I hope this will help you.