2

how to add a minimun set of styles in order to install a theme in the angular-cli.json?

i haven't fount anything about this way, the only example that i found is adding styles in the index.html

where are located these files in the bundle than i've installed?

"../node_modules/devextreme/.........."
"../node_modules/devextreme-angular/.........."

i can't find these files

*****RESOLVED***** here the example: https://github.com/DevExpress/devextreme-angular/blob/master/docs/using-angular-cli.md

pinale
  • 2,060
  • 6
  • 38
  • 72
  • 1
    There is a github example for devextreme and Angular . Please go through it. [Devextreme-Angular](https://github.com/DevExpress/devextreme-angular) Thanks – user1349544 Apr 24 '18 at 11:30

1 Answers1

2

All themes located in devextreme/dist/css There is an example based on angular-cli, so you can use it as a start point.