component-party.dev icon indicating copy to clipboard operation
component-party.dev copied to clipboard

Convert Angular components to use standalone api-s

Open eneajaho opened this issue 2 years ago • 4 comments

Standalone api-s are becoming stable in v15, so it would be great if the components that we have can be converted to standalone.

eneajaho avatar Nov 12 '22 20:11 eneajaho

Hi, I would like to implement that option, but I'd like to know if it should be a simple change in current templates, or another option to choose an example (Angular standalone).

How should be done?

psrebrny avatar Feb 16 '24 10:02 psrebrny

I'd just change the current impl

eneajaho avatar Feb 16 '24 10:02 eneajaho

It's in progress in this PR I think: https://github.com/matschik/component-party.dev/pull/245

matschik avatar Jul 28 '24 16:07 matschik

That's not exactly what I did. I made another angular option called "Angular Renaissance" with every new feature from v14 to now, showing signals (with signal based components too), provideXxx functions, etc. Right now, I have an issue when building the app. I haven't been able to fix it yet.

LcsGa avatar Jul 30 '24 08:07 LcsGa