How to use Angular as a front end

Hace 7 meses
Hi there,
I need to use Angular library web3 material components that are not yet ready for web but are ready for Angular..
How to use them in nopcommerce project in plugin development?
Hace 7 meses
The simplest approach would be to run a distinct Angular application for the public site and interface it with a web API. We already possess a REST API tailored for the public site, available at REST API plugin for nopCommerce Public Store  

Alternatively, the nopCommerce Web API plugin can also be employed for this purpose, as outlined at nopCommerce Web API.