Uncaught TypeError: this.getExtraNgModuleProviders is not a function
I just did the following and the error was resolved. It is because of version incompatibility of your @angular/platform-browser-dynamic.
npm uninstall @angular/platform-browser-dynamic
npm install @angular/platform-browser-dynamic