Skip to content

Commit fc973cf

Browse files
authored
Merge pull request #1670 from jerone/patch-1
Fixed package name in Upgrade Guide
2 parents 0dbbda4 + 26445f8 commit fc973cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-angular/docs/0.x-1.x-upgrade-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The new `msal` configuration object takes a function for `system.logger` and `fr
4343

4444
## Angular 6+ and rxjs@6
4545

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.
4747

4848
Steps:
4949
1. Install newer versions of Angular and rxjs: `npm install @angular/core @angular/common rxjs`

0 commit comments

Comments
 (0)