angular-elements-chat-widget icon indicating copy to clipboard operation
angular-elements-chat-widget copied to clipboard

How to install?

Open manishksmd opened this issue 7 years ago • 1 comments

How to install in our project any npm ??

manishksmd avatar Jan 07 '19 12:01 manishksmd

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.

ipushkarr avatar Mar 09 '19 00:03 ipushkarr