-2

I would like to implement visualizer in my angular ui for Bot.Can anyone help how can we render adaptive cards in an angular ui. I am using Angular 1.x.

1 Answers1

1

You can render Adaptive Cards in a client-side web application using the HTML client library microsoft-adaptivecards available via NPM.

For instructions and a code example, check out: http://adaptivecards.io/documentation/#display-libraries-htmlclient

There are also code samples available on the Adaptive Cards GitHub repository: https://github.com/Microsoft/AdaptiveCards/tree/master/samples

nwxdev
  • 4,194
  • 3
  • 16
  • 22
  • Hi Nills, I am unable to capture the onExecuteAction emitted by the Adaptive Card. Can you please provide any pointers on the missing piece here.Attaching the plnkr code https://plnkr.co/edit/2YB2zV3FL4JZgJ2yC4FG – Prasanth Perumalla Jul 03 '17 at 14:30
  • Please ask a new question and I will answer it there. – nwxdev Jul 03 '17 at 17:55
  • https://stackoverflow.com/questions/44892036/unable-to-capture-adaptive-card-events-triggered-in-angular-js-1-x-directive Hi nills please find the link – Prasanth Perumalla Jul 03 '17 at 18:34