I went from 16 to 18
everything compiles well.
but an error appears when I try to access the application: 4200.
I get the error you can see in the screen photo.
I looked online but couldn't find anything
main.ts
import { enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { environment } from '@assets/environments/environment';
import { BxxxxxxModule } from '@bxxxx/bxxxxxx.module';
if (environment.production) {
enableProdMode();
}
platformBrowserDynamic()
.bootstrapModule(BxxxxxxxxModule)
.catch((err) => console.error(err));
ɵInitialRenderPendingTasks