If you could have a holiday wish for one feature for Angular - your most dreamy, game-changing wish - what would it be? Tell us your ultimate Angular wish π
46
3
65
Replies
@angular A comprehensive project tutorial on angular SSR. Applying all the recent improvements in Angular
0
0
7
@angular Better @vite_js integration. So using Storybook, Vitest, etc would be easier. And we could go with the flow (Vuejs, React, Svelte) with new features. Instead of waiting for community plugins like @analogjs . Or waiting until features are finally supported for Angular as well.
0
0
4
@angular @Component([imports]) With onpush as default, signal component true and selectorless Using template and & scss links inferred as component file name but swapping endings π
1
0
3
@angular To get all ai models to code angular exactly as I do. - Zoneless - Routes & Resolvers - input binding - Signals - simple service states (as needed) with signals & observables used for their proper purposes. ALL the clean beautiful built in magic of ANGULAR β€οΈπ€
0
0
2
@angular If you can port signal forms from an experimental to a stable API that I can safely use in production that would be enough
0
0
2
@angular an easier way to include minimal angular into a static site better than angular elements
0
0
2
Melatonin + Reishi = Sleep mastered. Troomy Sleep helps you rest easy and wake up refreshed. π€
94
181
2K
@angular - Remove component imports arrays - Remove template pipes - Cancel signal forms and improve template forms - Support Signal.watched - Remove RxJS and help me re-implement a resumable implementation of FRP on top of signals using serialized events - Merge with Wiz
0
0
1
@angular Native Server Functions or "server signals": import { serverSignal } from '@angular/core/server'; import { db } from './server/db'; const activeUsers = serverSignal(() => db.users.count({ status: 'online' }), { refresh: 'realtime' | 'on-request' }); <p>{{activeUsers()}}</p>
0
0
1
@angular My wish: A 'Flutter-like' Developer Experience. Specifically, the Hot Reload speed and the unified tooling that Flutter has perfected. If Angular could match that seamless DX, it would be unstoppable
0
0
0
@angular Being able to construct your own host wrapper for components, instead of having one created for you
0
0
0
@angular Be more flexible like React is and reduce the learning curve for any javascript dev that wants to choose a state management lib/framework
0
0
0
@angular To create a custom UI/components *library* for Angular on top of existing UI for angular framework
0
0
0
@angular A modern template composition model. From the 2016 one (DI + directives) to the "big four": 1) hostless / selectorless comps, 2) content-proj with children (svelte snippets), 3) attach and pass βbehavioursβ (attr directives) dynamically, 4) some sort of props spreading.
0
0
0