ng-web-kit
v2.1.0
Published
Set of Components and Services to build an Angular App
Readme
NgWebKit
This library was generated with Angular CLI version 8.2.14.
Installation
Install the library in your project:
npm install ng-web-kit
Configuration
1 - Use material icons
Add the following line in your index.html in order to use material icons:
2 - Import global styles from the library
Add the following line to angular.json "styles" array:
"node_modules/ng-web-kit/css/ng-web-kit.scss",
3 - Initialize library config properties
Initialize all WebkitConfigurationService properties at the startup of the application.
Optional
1 - Read version from packaje.json:
Add the following line in "compilerOptions" array in tsconfig.json:
"resolveJsonModule": true,
