-
Compiling project in Angular 17 using esbuild the charts don't render. The following exception stack can be seen in chrome debug console.
ERROR TypeError: t is not a function
at main-FDVUKKK2.js:…
-
[Long term support for Angular 16](https://angular.io/guide/releases#:~:text=2023%2D11%2D08-,2024%2D11%2D08,-%5E15.0.0) ends 11/8/2024. I want to get ahead of this by addressing any upgrades or break-…
-
### Origin URL
https://ckeditor.com/docs/ckeditor5/latest/getting-started/installation/angular.html
### Project version
42.0.2
### Is the information outdated? How?
I am experiencing issues with …
-
### Describe the bug
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@vitejs%2fplugin-angular - Not found
npm ERR! 404
npm ERR! 404 '@vitejs/plugin-angular@^17.0.0' …
-
### Which @angular/* package(s) are the source of the bug?
Don't known / other
### Is this a regression?
Yes
### Description
Greetings to everyone,
First of all, I would like to thank the entire …
-
**error:**
```
require() of ES Module app/federation.config.js from node_modules/@softarc/native-federation/src/lib/core/load-federation-config.js not supported.
```
federation.config.js
```
imp…
-
@audacia/eslint-config is not compatible with Angular ~17 because it references older versions of typescript-eslint/eslint-plugin and typescript-eslint/parser. I managed get around by having two versi…
-
Hello, can you provide an esm bundle for Angular 17?
I created a [pull request](https://github.com/esm-bundle/angular__compiler/pull/221) for the upgrade to Angular 17.
-
### Describe the bug
The onPaste-Method in InputOtp creates a substring to create the tokens from. And this substring is 1 character too long.
For example: If InputOtp has a length of 6, the me…
-
All I did was` npm install --save @ckeditor/ckeditor5-angular`, imported it in `shared.module.ts`
`import { CKEditorModule } from '@ckeditor/ckeditor5-angular';`
And after typing ng serve i get …