ngx-copilot icon indicating copy to clipboard operation
ngx-copilot copied to clipboard

🏆 The most expected has arrived, a package for Angular that facilitates us to improve the experience of our users when guiding them in our interface

Results 6 ngx-copilot issues
Sort by recently updated
recently updated
newest added

![copilot_mobile](https://user-images.githubusercontent.com/34400549/103354648-dd14c400-4a8a-11eb-9e6e-11333b2ffb83.PNG)

``` constructor(private copilot: NgxCopilotService) { copilot.done.subscribe(res => { console.log(res) }) } ```

-webkit-radial-gradient(var(--zoneY) var(--zoneX), circle, transparent var(--zoneSize), var(--zoneColor) var(--zoneOver));

In my tour, the third step (the "Home" bread crumb) doesn't get activated. It's the step with the ID `11100`. I can see that `this.coPilot.next('11100')` is being called, but it...

I'm using ngx-copilot with Angular 10.1. I use it to show two steps. After the last step, my code calls `removeWrapper()`. Still, ngx-copilot leaves some `style` code behind on my...