@blackbaud/skyux-builder-plugin-code-block
v1.1.0
Published
A SKY UX Builder plugin for code block component
Downloads
116
Readme
@blackbaud/skyux-builder-plugin-code-block
This SKY UX Builder plugin converts the innerHTML of all <sky-code-block> elements to HTML entities. This is done to prevent Angular from resolving bindings, and to display HTML elements as text. This plugin is intended to be used with Stache Components.
Installation
npm install --save @blackbaud/skyux-builder-plugin-code-blockUsage
Open skyuxconfig.json and add the following:
{
"plugins": [
"@blackbaud/skyux-builder-plugin-code-block"
]
}