Skip to content
#

component-based

Here are 86 public repositories matching this topic...

helium
OrangeFlag
OrangeFlag commented Jan 15, 2021

Is your feature request related to a problem? Please describe.
I am in pain when I wrote a new service, added its module, but it does not start for some unknown reason.
Usually the reason lies in some dependencies that have not arrived, but there is no way to find out, because dig instance is hidden in implementation

Describe the solution you'd like
At least a way to call dig.Visuali

jurekbarth
jurekbarth commented Jun 6, 2019

There's missing documentation on how biotope behaves regarding copying assets in the component folder.

The behaviour is as followed:
All folders and files with and _ are ignored, as well as scss and ts files. They'll get transpiled and put back in the folder 👍
Everything else is copied over, the folder structure stays the same.

Easily modularize your application into cancelable components. Everything they initialize can be monitored, stopped and removed automatically, including views, promise chains, requests, listeners, DOM and CSS.

  • Updated Jan 11, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the component-based topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the component-based topic, visit your repo's landing page and select "manage topics."

Learn more