0.0.9 • Published 1 year ago

spaas-lib-dev v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

GEM SPaaS library

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

Installation

Run npm i spaas-lib-dev to install the library in your project.

As is generally the case, you will receive errors in case you have missing peer dependencies. Please read the error messages carefully and install the missing libraries.

To have access to the images, logo's and fonts included in this library, add following code to the assets list in your angular.json:

{
  "glob": "**/*",
  "input": "node_modules/spaas-lib-dev/assets",
  "output": "assets"
}

To activate the GEM SPaaS theme for your application, add following line to the styles list in your angular.json:

"node_modules/spaas-lib-dev/styles/main.scss",

Source-code on GEM-NG

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago