This project was generated with Angular CLI version 8.3.17.
Angular requires Node.js version 8.x or 10.x.
To check your version, run node -v in a terminal/console window.
To get Node.js, go to nodejs.org.
Angular, the Angular CLI, and Angular apps depend on features and functionality provided by libraries that are available as npm packages. To download and install npm packages, you must have an npm package manager.
This Quick Start uses the npm client command line interface, which is installed with Node.js by default.
To check that you have the npm client installed, run npm -v in a terminal/console window.
Install the Angular CLI globally.
To install the CLI using npm, open a terminal/console window and enter the following command:
content_copy
npm install -g @angular/cli
Run the dotnet project locally ,if needed change in the app.component.ts the url to the desired port
url = 'https://localhost:5001/api/'; //line 15
_Added flex-layout
_Added Custom Styles
_Added Sass Styles
_Font Awasome Integration
_Hover effects on icons
_Player A or Player B can Start the game
_Game Validations for users when selection its done
_Score Board With top 10 players
_Load players and save players on game start
_Update scores on win
_Custom animations
_Supported resolutions for desktop devices(min width 1024px)
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
- Gilbert Morett - Repo - Github