Insert angular component with plain html into Category Page only without CMS Components.
Is it possible?
The main reason why I want to add static html on Spartacus/Angular side for a specific page like Category Page is that our customer want to be independent of Hybris CMS and as a result to have separate deployment process which not depends of Hybris CMS.
I thought that I can create, e.g separate route with custom angular component but if I want to do this, manual service calls are necessary to load products for provided category in route param (edited) but I want to save logic of loading products data but I don't want to use CMS.