Skip to content

This is the monorepo for datakitchen's Front End goodies

License

Notifications You must be signed in to change notification settings

DataKitchen/ngx-toolkit

Repository files navigation

DataKitchen's front end monorepo

CI build status

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

  • @datakitchen/ngx-monaco-editor

A wrapper around Microsoft's monaco editor made specifically for use with Angular's Material form field. See ngx-monaco-editor

  • @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