feat(angular): angular adapter, add utils and some examples, fix build#368
feat(angular): angular adapter, add utils and some examples, fix build#368riccardoperra wants to merge 2 commits intoTanStack:worktree-kind-orbiting-dolphinfrom
Conversation
|
a9d3f16 to
3349a19
Compare
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:eslint,test:sherif,t... |
❌ Failed | 2m 48s | View ↗ |
nx run-many --targets=build --exclude=examples/** |
✅ Succeeded | 32s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-03-05 10:30:10 UTC
More templates
@tanstack/angular-devtools
@tanstack/devtools
@tanstack/devtools-client
@tanstack/devtools-ui
@tanstack/devtools-utils
@tanstack/devtools-vite
@tanstack/devtools-event-bus
@tanstack/devtools-event-client
@tanstack/preact-devtools
@tanstack/react-devtools
@tanstack/solid-devtools
@tanstack/vue-devtools
commit: |

The following PR revisit some logic to be able to render "dynamic" angular components...I tried to keep things as simple as possible following the @tanstack/table FlexRender signature which supports basically everything 😅https://github.com/TanStack/table/blob/alpha/packages/angular-table/src/flex-render/flexRenderComponent.ts
As I expected I had some problems with ng-packagr, but I copied the tanstack table setup.
Temporarly i left untouched packages/devtools-utils/angular and added my implementation on packages/devtools-angular/utils which is a subpackage accessible with @tanstack/angular-devtools/utils
Added two examples: