You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
The angular-mocks module wasn't expected to be shipped and therefore never minified but we've found some cases where we'd like to ship it. Specifically, we use the e2e stuff to provide a local storage layer to our app in cases where we want to ship the ui w/o the true backend. (We intercept the calls and redirect to some local storage code). This is quite useful for sales demos, etc.
We can't minify angular-mocks.js right now because it doesn't have the correct annotations for injection. If those are added back in it prevents the mocks module from having to be treated as a special case.
The text was updated successfully, but these errors were encountered:
The angular-mocks module wasn't expected to be shipped and therefore never minified but we've found some cases where we'd like to ship it. Specifically, we use the e2e stuff to provide a local storage layer to our app in cases where we want to ship the ui w/o the true backend. (We intercept the calls and redirect to some local storage code). This is quite useful for sales demos, etc.
We can't minify angular-mocks.js right now because it doesn't have the correct annotations for injection. If those are added back in it prevents the mocks module from having to be treated as a special case.
The text was updated successfully, but these errors were encountered: