Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
This Angular library contains several projects: forms, api-mock, contenteditable.
- Host: GitHub
- URL: https://github.com/KostyaTretyak/ng-stack
- Owner: KostyaTretyak
- Archived: true
- Created: 2019-02-05T21:19:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T09:53:18.000Z (over 1 year ago)
- Last Synced: 2024-10-15T22:04:54.125Z (28 days ago)
- Topics: angular, angular-forms, angular-in-memory-web-api, angular-lib, angular-library, api-mock, contenteditable, in-memory-web-api, reactive-forms
- Language: TypeScript
- Homepage:
- Size: 2.06 MB
- Stars: 133
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.