I've just migrated to rc5 and I'm trying to implement the new ngModule system. TS is returning errors for:
import { NgModule } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
Both modules have no exported member...