Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datakitchen/ngx-toolkit
This is the monorepo for datakitchen's Front End goodies
https://github.com/datakitchen/ngx-toolkit
angular monaco-editor rxjs typescript
Last synced: 7 days ago
JSON representation
This is the monorepo for datakitchen's Front End goodies
- Host: GitHub
- URL: https://github.com/datakitchen/ngx-toolkit
- Owner: DataKitchen
- License: mit
- Created: 2024-01-24T16:16:05.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-18T23:00:37.000Z (5 months ago)
- Last Synced: 2024-11-03T05:03:31.865Z (10 days ago)
- Topics: angular, monaco-editor, rxjs, typescript
- Language: TypeScript
- Homepage: https://www.datakitchen.io
- Size: 2.53 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DataKitchen's front end monorepo
![CI build status](https://github.com/DataKitchen/ngx-toolkit/actions/workflows/main.yml/badge.svg)Welcome to the DataKitchen `ngx-toolkit` monorepo! This repository houses a collection of libraries developed by our Front End team to address common tasks that Angular developers encounter on a daily basis. These libraries are split into the following npm packages:
- @datakitchen/ngx-toolkit
> Provides solutions and best practices for implementing and synchronizing various features, including search inputs, pagination, and persistence using localStorage or query parameters. Also contains mocking utilities, a simplified version of Angular's typed reactive forms, and other small utilities that any Angular developer may need. See [ngx-toolkit's readme](https://github.com/DataKitchen/ngx-toolkit/blob/master/projects/core/README.md)
- @datakitchen/ngx-monaco-editor
> A wrapper around [Microsoft's monaco editor](https://microsoft.github.io/monaco-editor/) made specifically for use with Angular's Material form field. See [ngx-monaco-editor](https://github.com/DataKitchen/ngx-toolkit/blob/master/projects/ngx-monaco-editor/README.md)
- @datakitchen/rxjs-marbles
> A wrapper around rxjs' TestScheduler which is easier to use in unit tests and play nice with the `rxjs-scheduler` provider in `ngx-toolkit`. See [rxjs-marbles](https://github.com/DataKitchen/ngx-toolkit/blob/master/projects/rxjs-marbles/README.md)