Consuming application-provided code changes
When you upgrade to a new version of the developer toolkit, to get the application-provided code changes in the components that you have overridden as part of extensions, compare the application-provided code with the code in your corresponding customized files, and merge the latest code from application-provided files to your customized component files.
For example, when you extend the pick-products route in the backroom-pick application, the
pick-products route corresponds to the PickOrderPageComponent at
<WORKSPACE>/store-frontend-src/packages/features/backroom-pick/src/app/features/backroom-pick/pick-order-page.
You can find the extended route code in the
<WORKSPACE>/store-frontend-src/extensions/features/<custom-backroom-pick>/src/app/features/<custom-backroom-pick>/pick-order-page
folder.