You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove the /browser path to see the error ERROR in TransferHttpModule is not an NgModule
ngc is having problems resolving the metadata for modules that use browser/main fields. In the app this works for type in the constructor so it's confusing to the developer that doesn't realize the magic going on with metadata
The text was updated successfully, but these errors were encountered:
https://github.com/gdi2290/ng4-universal-demo/blob/master/src/app/app.module.ts#L8
ngc is having problems resolving the metadata for modules that use browser/main fields. In the app this works for type in the constructor so it's confusing to the developer that doesn't realize the magic going on with metadata
The text was updated successfully, but these errors were encountered: