1.0.17 • Published 6 years ago

@ekifvk/dashcore v1.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Dashcore

Dashcore is a framework based on Angular (5.x+) that provides universal resource management, component state management, platform detection and event-based global message loop. It also has a solution for multiple window angular application, resources and requests can share their data between each window.

How to use

npm install @ekifvk/dashcore --save

and then

    import { ... } from '@ekifvk/dashcore';

There are two type definitions in typings.d.ts:

declare type Nullable<T> = T | null | undefined;
declare type RawRegularExpression = string | RegExp;

Nullable<T> means a value can be null or undefined, RawRegularExpression is a type using by runtime listener injector (see documentation of Base structure).

Table of content

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago