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
Copy file name to clipboardExpand all lines: lib/msal-angular/docs/0.x-1.x-upgrade-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The new `msal` configuration object takes a function for `system.logger` and `fr
43
43
44
44
## Angular 6+ and rxjs@6
45
45
46
-
MSAL Angular now expects that your application is built with `@angular/core@>=6`, `@angular/core@>=6`, `rxjs@6`, and`rxjs-compat` is no longer required.
46
+
MSAL Angular now expects that your application is built with `@angular/core@>=6`, `@angular/common@>=6`, `rxjs@6`. And`rxjs-compat` is no longer required.
47
47
48
48
Steps:
49
49
1. Install newer versions of Angular and rxjs: `npm install @angular/core @angular/common rxjs`
0 commit comments