0.0.20 • Published 6 years ago
common-ui-components v0.0.20
Installing Common Web Packages
- Install Common Web Packages through npm:
npm install common-ui-components- Include Common Web Packages styles
If your site adding the files to the styles array in angular.json:
"styles": [
...
"node_modules/common-ui-components/styles.scss",
...
],- Include a line in top of file file src/styles/variables.scss
If your site adding the files to the styles array in angular.json:
@import '../../node_modules/common-ui-components/styles/variables.scss';