Closed
Description
Description
Check if CLI is compatible with TypeScript 4.5.2. Currently, there is one problem with imports, where as
is added and breaks the generated project.
import { GridComponent as } from `....`
Edit:
Currently, the latest @angular/compiler (13.0.2) throws error as it does not yet support typescript 4.5.2. However, there is a PR awaiting merge angular/angular#44164