1.0.17 • Published 7 years ago

@ekifvk/dashcore v1.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
7 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

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago