Samuel Fernández
Samuel Fernández
Tried with `npx path-exists-cli migrations.json && npx --no-install nx migrate --run-migrations=migrations.json` and does not work either
@mehrad-rafigh were you able to have it working? I've tested several approaches so far without success https://github.com/nx-squeezer/squeezer/issues/251 @rarkins This is the error I keep getting: ``` DEBUG: Executing command (repository=nx-squeezer/squeezer,...
> Hi @samuelfernandez I gave up trying to update nx through renovate bot. We are still running that part manually with renovate telling us that there is a new version...
Would it make sense to make this a diagnosis error instead of having an additional runtime check and a new directive, which would increase the payload?
Could this enhancement for the compiler be included too? https://github.com/angular/angular/issues/43253
For `routerLink` I think the correct typing should include also matrix parameters and segment path, proposal: ```ts export interface CommandWithOutlets { outlets: {[key: string]: string | readonly string[]}; } export...
Would a contribution be welcome for this?
What about tweaking signatures and return `Readonly` on methods and similar? Good DX on compile time, no need to do it runtime, 0kb
If this gets approved I can try to submit a PR! 😄
We could merge the query params that come from the UrlTree with the ones of the input if provided. I see the potential benefit of simplifying the bindings of the...