Convert to container READMEConvert to container is a Visual Studio Code extension that helps you convert your components into containers. How to useRight-click the Angular component.ts file or its associated sibling file (.html, .scss, .spec.ts). Click 'Convert to container'. The extension converts '.component.' from component files names into '.container.'. Content of the files is modified as well:
Enjoy! |