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
Which @angular/* package(s) are the source of the bug?
compiler-cli
Is this a regression?
No
Description
in my project using angular 17, everything is working as expected but with ng serve it did not watch file changes.
I checked everythig, I even create a brand new application from command line and did not touch it, just run ng-serve and try to add something to .ts file or html file or even scss. but it did not rebuild again. although I'm getting the following info in terminal:
I am going to close this as a duplicate of #26406, which may be itself a duplicate of #26334 or #26390 but that hasn't been confirmed yet. Please try once the upcoming 17.0.2 release expected early this week is out.
Which @angular/* package(s) are the source of the bug?
compiler-cli
Is this a regression?
No
Description
in my project using angular 17, everything is working as expected but with ng serve it did not watch file changes.
I checked everythig, I even create a brand new application from command line and did not touch it, just run ng-serve and try to add something to .ts file or html file or even scss. but it did not rebuild again. although I'm getting the following info in terminal:
chunk-GFVYSP26.js | - | 1.75 kB |
chunk-NSLR7JYB.js | - | 1.05 kB |
Application bundle generation complete. [22.664 seconds]
Watch mode enabled. Watching for file changes...
➜ Local: http://localhost:4200/
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
it is annoying to stop and run again for every simple change. please any help for that?
The text was updated successfully, but these errors were encountered: