This project was generated with Angular CLI version 8.3.14.
In order to run the project, you need to do the following:
1. Naivigate to the project folder from the command line
2. Run ng serve --open
, and navigate to http://localhose:4200/
if it is not automatically opened for you.
In its current state, the following assumptions are made for this program: 1. The maximum number of processes in the ready queue is 10. 2. Only First Come First Serve and Shortest Job First are functioning. 3. In order to run a second simulation, the clear button must be clicked, or the page must be refreshed. 4. Averages are only displayed to the nearest hundreth.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.