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
`ng serve` will serve the app from memory, but it's easy to think that it just serves what's in `dist/`.
This way, `dist/` is deleted on `ng serve` and users will not have a `dist/` dir where they might think the files are being served from.
Partially address angular#4290
0 commit comments