Gabriel Sanches
Gabriel Sanches
If I understand correctly, you want to navigate independently of the carousel's buttons. You could use the public API, more specifically [`slideTo`](https://github.com/gbrlsnchs/material2-carousel/blob/master/projects/carousel/src/lib/carousel.component.ts#L207).
You have to use a [template reference variable](https://angular.io/guide/template-syntax#template-reference-variables-var) with `ViewChild` to use the correct instance of the carousel. Then you can use the instance's methods, for example, `slideTo`.
@ruchirathakare Did you solve your problem?
Hmm, this seems related to #1, which is an enhancement to be done. I might give this priority, as it is sitting in the issues for some time... About having...
Since this is done on purpose, it is easily reversible. I'll take a look, thanks for the feedback.
ZSH. I haven't tested with Bash.
Hi, thanks for the response. I just found out what the issue was: the provided `packr` binary wasn't working while being silent about any possible errors. Therefore I compiled `packr`...
Thanks, I'll definitely try it out with `formatOnType`, I'm loving how powerful Neovim has become thanks to coc.nvim... thanks again, mate!
> > Thanks, I'll definitely try it out with `formatOnType`, I'm loving how powerful Neovim has become thanks to coc.nvim... thanks again, mate! > > Did you find a solution?...
Hey, I don't want to go too off-topic here, just wanna say _thanks_! Amazing work!