robertIsaac
robertIsaac
> > 尝试转到github action,但是探索了下配置没配置上。。。还没搞动nodejs这些怎么跑通。如果有pr能帮忙就太感谢了。 发自我的iPhone > > […](#) > > 在 2022年6月3日,17:33,South Drifted _**@**_._**> 写道: 嗯 2.6.0 travis-ci 发布出问题了,travis-ci 变成收费项目了。建议先用 v2.5.2 版本吧。 发自我的iPhone … 在 2022年1月10日,18:37,yun.kou @.**_> 写道: ...
> I am having the same problem were you able to find a fix? I'd suggest to create a new project without a standalone, add firebase to it, then copy...
fixed by https://github.com/angular/angularfire/pull/3451
> I get this error I use Angular v17 and @angular/fire: ^17.0.0-next.0 ERROR NullInjectorError: R3InjectorError(Standalone[_SubmitPageComponent])[Firestore -> Firestore -> Firestore -> Firestore]: NullInjectorError: No provider for Firestore! I tried it now,...
if this proposal accepted we need to consider making this warning an error ``` It looks like you're using the disabled attribute with a reactive form directive. If you set...
> `.getRawValue()` is indeed the suggested approach, but as you note it doesn't protect you from disabled controls. > > However, it's a fundamental property of forms on the web...
> NX support was merged in [nrwl/nx#24632](https://github.com/nrwl/nx/pull/24632). I think there is already an released version with v9 support as well. I'm not sure if they support eslint 9 or not...
@FrozenPandaz I'm still facing this error when I try to run `nx build devkit` (I'm trying to open PR for nx) I'm on windows
> This appears to be a package manager related issue. The Angular CLI does not control the layout or content of installed packages. Does the issue occur if another package...
hi @clydin I confirm it's not a yarn issue ``` - job: Build dependsOn: - Cypress_Tests - Format_Checking - Unit_Tests pool: vmImage: ubuntu-latest steps: - task: NodeTool@0 inputs: versionSpec: '20.x'...