UNPKG

@ibyar/core

Version:

Ibyar core, Implements Aurora's core functionality, low-level services, and utilities

38 lines (28 loc) 1.28 kB
# Ibyar Core [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![LICENSE][license-img]][license-url] [![lerna][lerna-img]][lerna-url] ![GitHub contributors][contributors] [npm-image]: https://img.shields.io/npm/v/@ibyar/core.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen [npm-url]: https://npmjs.org/package/@ibyar/core [downloads-image]: https://img.shields.io/npm/dt/@ibyar/core [downloads-url]: https://npmjs.org/package/@ibyar/core [license-img]: https://img.shields.io/github/license/ibyar/aurora [license-url]: https://github.com/ibyar/aurora/blob/master/LICENSE [lerna-img]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg [lerna-url]: https://lerna.js.org/ [contributors]: https://img.shields.io/github/contributors/ibyar/aurora Ibyar Core, implements Aurora's core functionality, low-level services, and utilities. Aurora API is the base of this project - Defines the class infrastructure for components, view, model change detection, rendering, and event handling. - Data Binding for inputs and outputs. - Defines the decorators that supply metadata. - Defines infrastructure for dependency injection (DI). ## `Install` ``` bash npm i --save @ibyar/core ``` ``` bash yarn add @ibyar/core ```