akashdeepshah
akashdeepshah
I want to use [JQuery.flowchart][1] in angular 6. [1]: https://github.com/sdrdis/jquery.flowchart I just created a simple code as below. HTML(app.component.html) jQuery flowchart.js Example Create A New Operator Delete Selected Operator and...
Close button is not working when ``` tooltip-close-button="true" ``` close button click event does not disappear tooltip.
After successfully getting the userDetails from google. The code is as below In Controller : ` $rootScope.$on('event:social-sign-in-success', function(event, userDetails){ vm.obj = vm.obj || {}; vm.obj.name = userDetails.name.split(' ')[0]; vm.obj.lname =...
I have used like the code below and it's not working. ``` ``` I have also tried like this ``` ```