ng-alain.json 311 B

1234567891011121314151617
  1. {
  2. "$schema": "./node_modules/ng-alain/schema.json",
  3. "theme": {
  4. "additionalThemeVars": [
  5. "./src/app/layout/pro/styles/theme-#NAME#.less",
  6. "./src/styles/fix/theme-#NAME#.less"
  7. ],
  8. "list": [
  9. {
  10. "theme": "dark"
  11. },
  12. {
  13. "theme": "compact"
  14. }
  15. ]
  16. }
  17. }