Getting error after upgrading from beta6 to beta7

Error TS2305: Module '"/Users/me/w00t/myproject/node_modules/@angular/platform-browser/index"' has no exported member 'bootstrap'.

Getting this error. App runs fine, but just an error when compiles ts.

AFAIK bootstrap is in @angular/platform-browser-dynamic - try importing it from there.

1 Like

Thanks for the help.