pnpm i
npx nx serve app
- serve the app.
- open
apps/app/src/app/components/home/home.component.html - edit the contents
- save
- client auto-refreshes
- observe the changes reflected in the client
- make a 2nd edit to
HomeComponent - save
- client auto-refreshes
- observe that the changes are NOT reflected in the client
Any edits are always reflected in the client on hot-reload.