Skip to content

Fix use of directives in loading button component

Lukas Weingarten requested to merge fix-loading-button-directives into master

Introduce new useDirectives input variable which is false by default. If enabled tracking and hotkey directives are used for button.

To reduce redundant code move inner button elements to ng-template.

Merge request reports