Alexander Bolotskov
Alexander Bolotskov
For now you can use a workaround with getters and setters: ```html ``` ```ts @Component({ selector: 'app-sample', template: ``, }) class SampleComponent { private _check: boolean = false; @Input() set...
@krokofant, it was a typo, i'm sorry
I had similar issue too just now. You have to *override* the colors by setting `override: true` in the plugin settings: ```diff plugins: { colorschemes: { scheme: 'brewer.YlGn4', + override:...
Can you please show the example of the problem? Or maybe the webpage where this issue appears? I guess you just placed particles canvas on top of the link (or...