Is there a step by step for angular 18, all standalone components. All the examples I see are for older versions of angular that rely on ngModule.
If you work from scratch and create all components using standalone you have zero ngModules in your code.
Thanks for the help.