Joerg Baier
Joerg Baier
The npm update over the weekend did not resolve the build errors for angular 13 ``` Error: node_modules/@ngbmodule/material-carousel/lib/carousel.module.d.ts:2:10 - error TS2305: Module '"@angular/compiler/src/core"' has no exported member 'ModuleWithProviders'. 2 import...
### Command build ### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...
This is a suggestion to adopt the newer angular patterns, the ones I am aware of are: **Standalone Components** This should be fairly simple. Minimum Angular version 14 https://blog.angular.dev/angular-v14-is-now-available-391a6db736af **Zoneless**...
Angular does not support optimizing (or even finding missing) imports for standalone components. Ideally there would be tooling that removes unused imports and consistently reports missing imports. For those familiar...
`@apollo/server` has express v4 as a dependency. After several years, express is moving forward with releasing v5 (currently published as `next` tag). Having support for v5 here would unblock and...
### Description of the bug fuse.js v7.0.0 import ```typescript import Fuse from "fuse.js"; ``` tsconfig.json (https://github.com/tsconfig/bases/blob/main/bases/node20.json) ```json "module": "node16", "moduleResolution": "node16", ``` package.json ```json "type": "commonjs", "engines": { "node": "20.x"...
### Command test ### Description First of all, I support the initiative to add `vitest` to Angular. Especially since `vite` is already used for ~build &~ serve. Early feedback for...