Search code examples
angularangular-ngselect

Ng-select style issue


enter image description hereAfter install ng-select with :

npm install --save @ng-select/ng-select

I'm importing the material style to styles.scss with :

@import "~@ng-select/ng-select/themes/material.theme.css";

body {

But after all, the component is being presented with a very strange appearance.

Lookin at node_modules folder I can't see the ng-select folder to look at it's themes folder.

Any ideas please ?


Solution

  • Solved with :

    @import "~@ng-select/ng-select/themes/material.theme.css"; at styles.css 
    

    and

    style="font-family: roboto" at the ng-select tag