@next-level-integration/nli-common-lib
v0.2.0
Published
This module contains general static resources which is share between projects. All css files are in css folder and javascript files in js folder. ### nli.material.css It contains all style customization for material design components. For example input fi
Downloads
9
Maintainers
Keywords
Readme
NliCommonLib
This module contains general static resources which is share between projects. All css files are in css folder and javascript files in js folder.
nli.material.css
It contains all style customization for material design components. For example input fields padding, distance between
component and its label and with other components.
For using, it should be in .angular-cli.json
file:
{
...
"apps": [
{
...
"styles": [
...
"../node_modules/@next-level-integration/nli-common-lib/lib/css/nli.material.css",
]
}
],
...
}