@ec.components/core
WARNING: This version is currently experimental as it's part of the x.ui 10 update.
This pacikage contains all the core typescript classes. It is the highest abstraction layer and is therefor framework and backend agnostic. This means it contains no angular or ec.datamanager references.
Overview
Installation
npm i @ec.components/core
import { Item } from '@ec.components/core';
const primitive = new Item('a');