7.0.1 • Published 9 months ago
@cyberemissary/ng-core-lib v7.0.1
A set of core components used in all angular projects by CyberCoder team.
Install
Install via npm
npm install @cyberemissary/ng-core-lib --saveImport
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.3
1 year ago
6.4.2
1 year ago
7.0.0
1 year ago
7.0.1
9 months ago
6.4.0
1 year ago
6.3.0
1 year ago
6.2.1
1 year ago
6.2.3
1 year ago
6.2.2
1 year ago
6.2.4
1 year ago
6.2.0
1 year ago
5.0.0
2 years ago
6.1.0
2 years ago
6.0.0
2 years ago
4.2.3
3 years ago
4.2.2
3 years ago
4.2.1
3 years ago
4.2.0
3 years ago
4.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago