Since I have updated my environment to newer versions of @angular/cli and @angular/material I can't get my angular2 application run.
ERROR in ./src/app/components/general/table/table.scss
Module build failed:
undefined
          ^
  Argument `$map` of `map-get($map, $key)` must be a map
Backtrace:
    node_modules/@angular/material/core/option/_option-theme.scss:5, in function `map-get`
    node_modules/@angular/material/core/option/_option-theme.scss:5, in mixin `mat-option-theme`
    node_modules/@angular/material/core/_core.scss:30, in mixin `mat-core-theme`
    node_modules/@angular/material/core/theming/_all-theme.scss:29, in mixin `angular-material-theme`
    src/satellic-theme.scss:21
  in C:\STP-CAS\workspace\cdhub_cockpit\node_modules\@angular\material\core\ option\_option-theme.scss (line 5, column 16)
 @ ./src/app/components/general/table/table.component.ts 133:21-44
 @ ./src/app/app.module.ts
 @ ./src/main.ts
 @ multi webpack-dev-server/client?http://localhost:4200 ./src/main.ts
The error seems to be in @angular/material/core. Does anyone have a idea how to solve this issue?
 
     
     
    