diff --git a/angular.json b/angular.json index 47d4eb6b2..7b797358d 100644 --- a/angular.json +++ b/angular.json @@ -26,6 +26,7 @@ "outputPath": "dist/movies/browser", "index": "projects/movies/src/index.original.html", "main": "projects/movies/src/main.ts", + "polyfills": "projects/movies/src/polyfills.ts", "tsConfig": "projects/movies/tsconfig.app.json", "inlineStyleLanguage": "scss", "namedChunks": true, diff --git a/projects/movies/src/app/app-shell/account-menu/account-menu.component.ts b/projects/movies/src/app/app-shell/account-menu/account-menu.component.ts index ccd688dbf..ae177554c 100644 --- a/projects/movies/src/app/app-shell/account-menu/account-menu.component.ts +++ b/projects/movies/src/app/app-shell/account-menu/account-menu.component.ts @@ -20,7 +20,7 @@ type Actions = { selector: 'account-menu', templateUrl: './account-menu.component.html', styleUrls: ['./account-menu.component.scss'], - changeDetection: ChangeDetectionStrategy.OnPush, + changeDetection: ChangeDetectionStrategy.Default, providers: [RxState, RxEffects], }) export class AccountMenuComponent { diff --git a/projects/movies/src/app/app-shell/app-shell.component.html b/projects/movies/src/app/app-shell/app-shell.component.html index 3a9a5763c..801956e05 100644 --- a/projects/movies/src/app/app-shell/app-shell.component.html +++ b/projects/movies/src/app/app-shell/app-shell.component.html @@ -1,6 +1,5 @@ - + @@ -16,7 +15,7 @@ /> -