ordercloud-api / headstart

A complete and opinionated eCommerce solution using OrderCloud as the backbone - built with .NET Core and Angular
MIT License
31 stars 74 forks source link

Replace deprecated angular sdk with javascript sdk (Seller application) #460

Closed crhistianramirez closed 2 years ago

crhistianramirez commented 2 years ago

The javascript sdk provides the same functionality that the angular sdk provided (and more). At one point this project started using the javascript sdk but failed to remove all referenced to the now deprecated angular sdk. This cleans up those references so that we can drop the dependency completely. Planning to make similar changes to the buyer application.