ngxtension / ngxtension-platform

Utilities for Angular
https://ngxtension.netlify.app/
MIT License
544 stars 80 forks source link

feat: add schematic to convert from multifile to SFC and vice-versa #362

Closed eneajaho closed 2 weeks ago

michael-small commented 1 month ago

To clarify what you mean by SFC:

I assume you mean the general concept of Single File Components, as in ones with

in the @Component metadata?

eneajaho commented 1 month ago

Yeah.