-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
area: @angular-devkit/build-angularhelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fixneeds: investigationRequires some digging to determine if action is neededRequires some digging to determine if action is needed
Milestone
Description
🐞 Bug report
I have created an angular with ASP .NET Core sample. when i try to run my angular application only using below command it is working fine
ng serve --prod
But when i set buildOptimizer and aot to false application throws error
🔥 Exception or Error
My config:
🔬 Minimal Reproduction
-
Download sample
-
goto
ClientAppfolder -
give
npm icommand -
then give
ng serve --prod
You will see reported error in console window
🌍 Your Environment
"@angular/animations": "6.1.10",
"@angular/common": "6.1.10",
"@angular/compiler": "6.1.10",
"@angular/core": "6.1.10",
"@angular/forms": "6.1.10",
"@angular/http": "6.1.10",
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@angular/router": "6.1.10",
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: @angular-devkit/build-angularhelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fixneeds: investigationRequires some digging to determine if action is neededRequires some digging to determine if action is needed

