We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4bd28 commit 3d0e5aeCopy full SHA for 3d0e5ae
src/commands/serve.ts
@@ -99,7 +99,8 @@ export function serve(
99
isAotBuild &&
100
NgAotRelativePlugin({
101
'"./not-found.component"': 'not-found/not-found.component',
102
- '"../response.service"': 'response/response.service'
+ '"../response/browser.response.service"':
103
+ 'response/browser.response.service'
104
}),
105
isServiceWorkerEnabled && NgSwPlugin(),
106
Ng2TemplatePlugin(),
0 commit comments