Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates
composed-counter
demo to leverage the on-demand definitions…
… community protocol. This demo shows how one component can be defined in the top-level scope (`CounterController`) and then implicitly define its dependency when used (`CounterDisplay`). This allows the dependency (`CounterDisplay`) to be defined in a pure fashion which is eligible for tree-shaking.
- Loading branch information