Curso Angular parte 1: produtividade e organização com framework SPA
Estou com os seguintes erros:
Exports required infrastructure for all Angular apps. Included by defaults in all Angular apps created with the CLI new command. Re-exports CommonModule and ApplicationModule, making their exports and providers available to all apps.
This likely means that the library (@angular/platform-browser) which declares BrowserModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
Aparentemente isso provavelmente significa que a biblioteca (@angular/platform-browser) que declara BrowserModule não é compatível com Angular Ivy.
Estou pesquisando pela solução desse problema de compatibilidade, mas sem sucesso até o momento, consegue me ajudar por favor?
Já tentei ng update e nada também, só atualizaram esses módulos: Name Version Command to update -------------------------------------------------------------------------------- @angular/cli 6.0.8 -> 17.0.9 ng update @angular/cli @angular/core 6.1.10 -> 17.0.8 ng update @angular/core @angular/core 6.1.10 -> 7.2.16 ng update @angular/core
mas o browserModule não.
App.module.ts:
Atualmente está nessa versão, tentei outras e não resolveu ainda e ng update e nada também