ng-stack
ng-stack copied to clipboard
This Angular library contains several projects: forms, api-mock, contenteditable.
After updating an Angular 13 project with @ng-stack/forms to Angular 14, the following compilation errors appear during the project compilation: ``` Error: node_modules/@ng-stack/forms/lib/form-builder.d.ts:27:5 - error TS2416: Property 'group' in type...
I'm currently using api-mock for a project, and I've found a lot of stuff I absolutely love about it. However, I recently implemented a PUT operation where I want it...
If you want to be notified about the creation of new projects `@ng-stack`, you can subscribe to this issue.
For GET queries, parameters are often sent via the url, using parameter queries, e.g youtube links are of the form youtube.com/watch?v=_________ Is it possible to have these urls match the...