renew-js / renew-lib

Core component of renew-js for displaying and modifying drawings
Other
0 stars 0 forks source link

Inject core components in all modules #156

Open tim-kilian opened 5 years ago

tim-kilian commented 5 years ago

Problem

Currently we need to inject every core component in every component manually. It could be helpful to have them available without the need of defining them. They are part of the framework and should be available for everyone. With this we could also restrict some core components in specific concepts.

Core components