Introduction
Navigate through the left menu to see various examples that showcase the behaviour and functionality of CH5 Components.
Some example pages start with an emulator section. That section contains a JSON that defines the emulator scenario/logic. The ins and outs are displayed upon expanding the Emulator Scenario tab.
Enabling debug mode for CH5 Components
You can add a debug attribute to a CH5 Component in order to receive additional
info in the browser console. (e.g. for a ch5 button
<ch5-button type="default" label="oval" debug></ch5-button>
).
Using embedded expressions from CH5 Components in Angular 2+
The following examples show where and how the ngNonBindable directive should be used for CH5 Components that support embedded expressions.
CH5 version is dated