ng-stack icon indicating copy to clipboard operation
ng-stack copied to clipboard

This Angular library contains several projects: forms, api-mock, contenteditable.

Results 4 ng-stack issues
Sort by recently updated
recently updated
newest added

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...

project: forms
type: feature

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...

type: discussion / question
project: api-mock

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...

project: api-mock
type: feature