Angular info, build
AngularJS Forms: https://www.w3schools.com/angular/angular_forms.asp
Fetching Data From a PHP Server Running MySQL: https://www.w3schools.com/angular/angular_sql.asp
Deploy Angular 5 App
Simple answer. Use the Angular CLI
You could take the files in the /dist folder and upload them to a server. Just note, if you’re uploading them to a sub folder, you will need to run the following build command:
$ ng build –prod –base-href=”myURL”
ng build –prod –base-href=”http://localhost/projects/Angular_test/dist/”