You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/docs/en/Migration-Guides/Abp-4_0-Angular.md

640 B

Angular UI 3.3 to 4.0 Migration Guide

Removed the Angular Account Module Public UI

Angular UI is using the Authorization Code Flow to authenticate since the version 3.1.0 by default. Starting from the version 4.0, this is becoming the only option, because it is the recommended way of authenticating SPAs.

If you haven't done it yet, see this post to change the authentication of your application.

Removed the SessionState

Use SessionStateService instead of the SessionState. See this issue for details.