0.2.0 • Published 7 years ago

@next-level-integration/nli-common-lib v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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",
      ]
    }
  ],
  ...
}
0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago