Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inforit-crud-app

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inforit-crud-app

Inforit angular library

  • 2.0.1
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

inforit-crud

See library docs

Example app

By default the example uses: JsonPlaceHolder, you can't actually mutate the data. You can select to use an inforit api. The example is configured to use the in-memory backed dotnetcore-base.

important notes

At the moment you have to use npm install --force because of dependency issues in @inforit/lookup. We will fix those before version 1.0

The search bar and the "name" filter are connected in this app because we only have a single field to do text-search on. This isn't usually the case but because of this we get some weird behavior:

  • If you use a splitchar in the searchbox (| by default) the filter menu and the chips will not reflect both values. As splitChars are not supported in the filters.

improvements we could make

  • At the moment we're storing the entire column definition in the state, we could (/should?) only store the name + order + checked. Right now there is only 1 extra field in the state: Sortable. I don't imagine any others will be added but when we expand the object we should consider moving the definition out of the store.

FAQs

Package last updated on 20 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc