Strolch Polymer Util Behavior
Go to file
Robert von Burg e6cbdca396 [Major] Added strolch-wc-component-behavior
This component defines default actions expected for components used in applications:
- showing info dialogs
- showing confirmation dialogs
- showing toasts
- showing notifications
- showing errors
- changing page
- handling ajax request errors
- including strolch-wc-localize-behavior
2022-04-21 11:14:53 +02:00
.gitignore [Project] Initial Commit 2022-02-01 17:34:01 +01:00
LICENSE [Project] Initial Commit 2022-02-01 17:34:01 +01:00
README.md [Project] Initial Commit 2022-02-01 17:34:01 +01:00
bower.json [Major] Added strolch-wc-component-behavior 2022-04-21 11:14:53 +02:00
strolch-wc-component-behavior.html [Major] Added strolch-wc-component-behavior 2022-04-21 11:14:53 +02:00
strolch-wc-util-behavior.html [Major] Added strolch-wc-component-behavior 2022-04-21 11:14:53 +02:00

README.md

strolch-wc-util-behavior

Custom behavior offering util functions for Strolch Polymer-Apps.

Usage

Add the custom behavior in your app shell

behaviors: [StrolchUtilBehavior, ...]