merkle-open / gondel

🚡 Gondel is a tiny library to bootstrap frontend components
https://gondel.js.org
MIT License
36 stars 10 forks source link

Support for Angular 4+ #3

Closed janbiasi closed 3 years ago

janbiasi commented 6 years ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
## Current behavior After a few POC tests with Gondel and Angular 6 I found out that Gondel already basically works in combination with Angular. However, there are some (important) features missing. Atm. you are not able to communicate between Angular and Gondel components or receive any access to the angular internal stuff because there is no shared API or connection. ## Expected behavior There should also be a helper implementation inspired by the `@gondel/plugin-react` package which allows us to communicate between Angular and Gondel. ## What is the motivation / use case for changing the behavior? We should be prepared to use Gondel together with the most popular frameworks on the market.
janbiasi commented 4 years ago

Implementation ongoing in branch feat/angular-plugin

janwidmer commented 3 years ago

Closed due to inactivity and missing need.