Angular application to display video game data. https://strivinglife.gitlab.io/MyVideoGames/
Go to file
James Skemp 8f7c3d8192 Add Drone config 2023-08-06 13:22:33 -05:00
src Add logic to limit number of games returned 2022-11-20 18:32:42 -06:00
.drone.yml Add Drone config 2023-08-06 13:22:33 -05:00
.editorconfig Move new Angular app up one directory 2021-09-06 08:13:52 -05:00
.eslintrc.json Move new Angular app up one directory 2021-09-06 08:13:52 -05:00
.gitignore Update gitignore to exclude Angular cache 2022-09-17 20:57:37 -05:00
.gitlab-ci.yml Update Angular config to skip global Angular CLI install 2023-06-26 13:28:31 -05:00
README.md Update Angular to 16.current 2023-06-26 13:28:09 -05:00
angular.json Update to support Angular 15 2022-11-20 15:06:08 -06:00
karma.conf.js Move new Angular app up one directory 2021-09-06 08:13:52 -05:00
package-lock.json Update all outdated packages 2023-08-06 13:20:11 -05:00
package.json Update all outdated packages 2023-08-06 13:20:11 -05:00
tsconfig.app.json Update to support Angular 15 2022-11-20 15:06:08 -06:00
tsconfig.json Update to Angular 15 via ng update 2022-11-20 14:44:15 -06:00
tsconfig.spec.json Update to support Angular 15 2022-11-20 15:06:08 -06:00

README.md

MyVideoGames

This project was generated with Angular CLI version 12.2.4 and has been upgraded to version 16.

Update Angular with ng update @angular/cli @angular/core @angular/material @angular-eslint/schematics.

Development server

Run ng serve -o for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.