@ec.components/core
v0.32.0
Published
Core Classes for ec.components
Downloads
63
Readme
@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/coreimport { Item } from '@ec.components/core';
const primitive = new Item('a');