Skip to content

standardkit/core

Repository files navigation

Standardkit Core

Installation

npm install --save @standardkit/core

Angular

Add an allowedCommonJsDependencies entry in your build options.

This might change in the near future, it was changed to commonjs to support NestJS in the short-term.

{
  "build": {
    "options": {
      "allowedCommonJsDependencies": ["@standardkit/core"]
    }
  }
}

Migrations

See Changelog.