Description
In the actual docs, to give toolbar buttons, we need to wrap them in an array.
Docs
export const TOOLBAR_BUTTONS = [['bold'], 'fontSize']
Actual angular implementation
export const TOOLBAR_BUTTONS = ['bold', '|', 'fontSize']
Expectation
Unified implementation across framework, or updated docs for angular