Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/KostyaTretyak/ng-stack

This Angular library contains several projects: forms, api-mock, contenteditable.
https://github.com/KostyaTretyak/ng-stack

angular angular-forms angular-in-memory-web-api angular-lib angular-library api-mock contenteditable in-memory-web-api reactive-forms

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# @ng-stack

This Angular library contains two projects:
- [@ng-stack/forms](./projects/forms) - provides wrapped Angular's Reactive Forms to write its more strongly typed.
- [@ng-stack/contenteditable](./projects/contenteditable) - a micro Angular v4+ contenteditable directive for integration with Angular forms. It just implements [ControlValueAccessor](https://angular.io/api/forms/ControlValueAccessor) for this purpose.

## Related resources

If you love the architectural concepts of Angular and are interested in a backend framework that is very similar to Angular, you can also check out the [Ditsmod](https://ditsmod.github.io/en/) - new Node.js framework, written in TypeScript.