Angular server cannot start

If you get “ng.ps1 cannot be loaded because running scripts is disabled on this system”, you execute the following command:

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted

Now you can run “ng serve -o”.

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a comment