Ofir Fridman
Ofir Fridman
Hi, does Self hosted runner supported ? If I have Self hosted runner on AWS and I don't need to use keys (IAM instance profile)
While I'm upgrade my project with latest angular 12.2 I get this warning ``` Package "@circlon/angular-tree-component" has an incompatible peer dependency to "@angular/common" (requires ">=10.0.0 =10.0.0
Package "ngx-monaco-editor" has an incompatible peer dependency to "@angular/common" (requires "^9.0.0" (extended), would install "11.1.1"). Package "ngx-monaco-editor" has an incompatible peer dependency to "@angular/core" (requires "^9.0.0" (extended), would install "11.1.1").
Hi, I'm using the mydatepicker, and mydaterangepicker. I try to upgrade my project to latest angular version 11. I'm get this error: Package "ngx-monaco-editor" has an incompatible peer dependency to...
After I upgrade to angular 10 I execute ng build and I get this warning depends on 'nouislider'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see:...
I want to stop animation after one loop and display the last frame here is a [StackBlitz example](https://stackblitz.com/edit/lottie-s1) when I use the lottie-web it does work as should [example](https://codepen.io/ofirrifo/project/editor/AORJbG) I...
I want to upgrade ngx-uploader from 4.2.4 to 7.1.0 Where I can find the changelog and breaking changes?
After I upgrade from "typescript": "~3.5.3" to "typescript": "~3.8.2" I start to get the following error: ``` src/schematics-utils/schematics.utils.ts:39:33 - error TS2345: Argument of type 'import("/../node_modules/typescript/lib/typescript").SourceFile' is not assignable to parameter...
# 🐞 bug report Yes, the previous Angular version 8 this error was not present. ### Description After I update my angular project from 8 to 9 and execute the...
**Describe the bug** I created a Stenciljs library and then I use this command `nx g @nxext/stencil:storybook-configuration my-lib-name` in order to use storyook. a new file was created In this...