6.4.0 • Published 8 months ago

@cyberemissary/ng-core-lib v6.4.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

A set of core components used in all angular projects by CyberCoder team.

Install

Install via npm

npm install @cyberemissary/ng-core-lib --save

Import

In your root module you should import this module using CyberCoreLibModule.forRoot(cyberConfig). This will initialize all services and make them available to entire application.

In other modules where you need to use directives/components provided by this library import this module without providers:

imports     : [
    /** cyber core lib */
    CyberCoreLibModule,
]

Read documentation of various features of this library:

6.4.0

8 months ago

6.3.0

10 months ago

6.2.1

10 months ago

6.2.3

10 months ago

6.2.2

10 months ago

6.2.4

10 months ago

6.2.0

10 months ago

5.0.0

12 months ago

6.1.0

12 months ago

6.0.0

12 months ago

4.2.3

2 years ago

4.2.2

2 years ago

4.2.1

2 years ago

4.2.0

2 years ago

4.1.2

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago