@ibyar/core

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

Usage no npm install needed!

<script type="module">
  import ibyarCore from 'https://cdn.skypack.dev/@ibyar/core';
</script>

README

Aurora Core

NPM Version NPM Downloads LICENSE lerna GitHub contributors

Aurora API is the base of this project Implements Aurora's core functionality, low-level services, and utilities.

  • 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

npm i --save @ibyar/core
yarn add @ibyar/core