@sentinel-one/singularity-ui
v15.2.6
Published
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![lint with eslint](https://img.shields.io/badge/linted_with-eslint-4b32c3.svg?style=flat-square)](https://git
Downloads
504
Maintainers
Keywords
Readme
SingularityUi official components for SentinelOne
Preliminary: Install packages peerDependencies
"@angular/common": ">= 14.0.3",
"@angular/core": ">= 14.0.3",
"@angular/material": ">= 14.0.3",
"@angular/animations": ">= 14.0.3",
"@angular/cdk": ">= 14.0.3",
"chart.js": "^2.9.4",
"@types/chart.js": "^2.9.31",
"@iplab/ngx-color-picker": "^2.2.0",
"@sentinel-one/ngx-monaco-editor": "^9.0.1",
"ngx-uploader": "^11.0.0",
"mark.js": "^8.11.1",
"ngx-device-detector": "^3.0.0",
"angular-imask": "^6.2.2",
"mydatepicker": "^9.0.2",
"mydaterangepicker": "^9.0.0",
"dayjs": "^1.10.4",
"lodash": "^4.17.20",
"ng2-nouislider": "^1.8.3"
Installation
npm i @sentinel-one/singularity-ui
Add Style
Update angular.json
file by adding "node_modules/@sentinel-one/singularity-ui/singularity-ui-style/_styles.scss"
to styles
{
"projects": {
"your-project-name": {
"architect": {
"build": {
"options": {
"styles": ["node_modules/@sentinel-one/singularity-ui/singularity-ui-style/_styles.scss"]
}
}
}
}
}
}
Install Angular Material
ng add @angular/material
NOTE! once you run the command above you will be asked for:
- Choose a prebuilt theme name, or “custom” for a custom theme?
need to chose Indigo/Pink