/ngx-toolkit

Primary LanguageTypeScriptMIT LicenseMIT

DataKitchen's front end monorepo

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 in two npm packages:

  • @datakitchen/ngx-toolkit

Provide solutions and best practices for implementing and synchronizing various features, including search inputs, pagination, and persistence using localStorage or query parameters. But also mocking utilities, and 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 being used with Angular's material form field. See ngx-monaco-editor