Closed ahmed-anas closed 7 years ago
Hi
You can use ng serve
for development, then before you deploy, you run npm run start
to make sure universal still works
There is not a performant way to run the project in universal mode because the @angular/compiler-cli does not have a watch mode yet.
Hey, can you guide or add "watch" mode?