Gary Kelly
Gary Kelly
Is there a recommended way for us to utilize `nx affected` _with_ the [Cypress GitHub Action](https://github.com/cypress-io/github-action)?
~It did.~ I misunderstood.
Sorry, I misunderstood. The title says "latest version" isn't published, so I thought you were saying 4.1.1 wasn't published to npm.
Slightly related, package.json still says version `4.1.0`: https://github.com/iamguid/ngx-mf/blob/master/package.json#L3
FWIW, both of these plugins seem to work as expected for me in Angular projects where component HTML templates live in their own HTML files.
My current workaround is to conditionally bind the attribute: ```html [loadingIcon]="isLoading() ? 'pi pi-spinner' : undefined" ```
> PrimeNg is working properly. The button property **loadingIcon** works only when property **loading** is true. > > The video listed below is an updated version of the reproducer you...
We are also unable to use the latest version of SpacetimeDB (bindings generated with v1.8.0) with the TypeScript configuration generated by our Angular v19 project.
Confirmed on PrimeNG v19.1.3 as well.