@cyberemissary/ng-core-lib
v6.4.0
Published
A set of core components used in all angular projects by CyberCoder team.
Downloads
74
Readme
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: