ngxtension/ngxtension-platform

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

eneajaho opened this issue · 2 comments

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

To clarify what you mean by SFC:

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

  • template rather than templateUrl
  • styles rather than styleUrl

in the @Component metadata?

Yeah.