A quick Angular tip: If you want to update your Angular project and get the error "Repository is not clean. Update changes will be mixed with pre-existing changes." for no valid reason, you can force the update with:
ng update @angular/cli @angular/core --allow-dirty --force