compiler.js:2175 Uncaught Error: Unexpected value 'undefined' imported by the module 'AppRoutingModule' at syntaxError

JavaScript
imports: [
    BrowserModule, 
   ,routing <=Double Comma
   ,FeatureComponentsModule
  ],imports: [
    BrowserModule
   ,routing <= Missing Comma
   ,FeatureComponentsModule
  ],
Source

Also in JavaScript: