I just updated to 13.0.2 and get the following error in ng serve:
Error: node_modules/@progress/kendo-angular-charts/chart.component.d.ts:56:33 - error TS2307: Cannot find module '@angular/core/core' or its corresponding type declarations.
56 import { EmbeddedViewRef } from '@angular/core/core';
~~~~~~~~~~~~~~~~~~~~
These are from the last section of imports in chart.component.d.ts:
import { ZoomStartEvent } from './events/zoom-start-event';
import { SeriesComponent } from './chart/series.component';
import { EmbeddedViewRef } from '@angular/core/core';
import { DrilldownEvent } from './events/drilldown-event';
import * as i0 from "@angular/core";
Error: node_modules/@progress/kendo-angular-charts/chart.component.d.ts:56:33 - error TS2307: Cannot find module '@angular/core/core' or its corresponding type declarations.
56 import { EmbeddedViewRef } from '@angular/core/core';
~~~~~~~~~~~~~~~~~~~~
These are from the last section of imports in chart.component.d.ts:
import { ZoomStartEvent } from './events/zoom-start-event';
import { SeriesComponent } from './chart/series.component';
import { EmbeddedViewRef } from '@angular/core/core';
import { DrilldownEvent } from './events/drilldown-event';
import * as i0 from "@angular/core";