sabakugaara/angular-pell

How to bind actions and classes

Opened this issue · 0 comments

MickL commented

How can I bind actions and classes?

I expected something like:

<pell-editor [actions]="['bold', 'underline']" [classes]="{actionbar: 'pell-actionbar'}"></pell-editor>

But it seems like the component has no @Input(): https://github.com/sabakugaara/angular-pell/blob/master/src/app/modules/pell/pell.component.ts