cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
833
Views
0
Helpful
3
Replies

Creating a Finesse gadget using Angular

kivusic
Level 1
Level 1

Hello,

is it possible to create a finesse gadget using Angular framework? If so, how does one deploy the code? Is it only necessary to build the app and copy the js files or are there some specifics to it?

Thanks in advance.

3 Replies 3

ravkota
Cisco Employee
Cisco Employee

Hi kivusic,

The third party gadget can be developed using Angular framework.  The Angular code can be written inside the gadget XML under the content section or an external JavaScript file can be created which can  be referred to using the src attribute in the <script> tag. 

The js files can also be copied to the same location where the gadget is uploaded. For uploading you can refer to https://developer.cisco.com/docs/finesse/#!upload-third-party-gadgets/upload-thirdparty-gadgets

 

Thanks,

Ravi

Would you mind explaining the process in detail or preferably provide example of such a gadget?

Thanks in advance.

Check out the sample gadgets here - a externally hosted gadget - which is what you would want to do, can  use what like to develop them.
Reference: https://developer.cisco.com/docs/finesse/#!sample-gadgets/sample-gadgets

Gerry