Ionic 4 and ngx-datatable

I can create an ngx-datatable in ionic 4.1 in a app --type=angular, however when I go to make changes to to the css in the scss file these attributes do not succeed over the standard css that comes with ngx-datatable

The scss values get wrapped into a different </style that includes class identofiers that don’t exist when compared to an Ionic 3 implementation of ngx-datatable E.g

The [_ngcontent_c0] - seems very odd
Ionic:
ionic (Ionic CLI) : 4.1.0 (C:\Users\Peter\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.0.0-beta.7
@angular-devkit/core : 0.7.5
@angular-devkit/schematics : 0.7.5
@angular/cli : 6.1.5
@ionic/ng-toolkit : 1.0.8
@ionic/schematics-angular : 1.0.6

Cordova:
cordova (Cordova CLI) : 8.0.0
Cordova Platforms : browser 5.0.4
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.2, cordova-plugin-ionic-webview 2.1.4, (and 4 other plugins)

System:
Android SDK Tools : 26.1.1
NodeJS : v10.1.0 (C:\Program Files\nodejs\node.exe)
npm : 6.1.0
OS : Windows 10

Environment:
ANDROID_HOME : c:\Users\Peter\AppData\Local\Android\sdk

1 Like