Taobin-Recipe-Manager/client
Kenta420 872f0f2383 Add SelectCountryComponent and adjust app routing
Created a new SelectCountryComponent to allow users to select their country. The new component includes buttons for each country and is displayed by default at the application start. The application routing was updated accordingly to redirect to the new component when no specific URL is entered or a redirection is required.
2023-12-08 16:28:00 +07:00
..
.vscode init Project ✌️✌️ 2023-09-14 14:52:04 +07:00
src Add SelectCountryComponent and adjust app routing 2023-12-08 16:28:00 +07:00
.editorconfig init Project ✌️✌️ 2023-09-14 14:52:04 +07:00
.gitignore init Project ✌️✌️ 2023-09-14 14:52:04 +07:00
angular.json set not share data to angular 2023-10-03 11:32:23 +07:00
package-lock.json add filter with material 2023-10-27 16:13:04 +07:00
package.json add filter with material 2023-10-27 16:13:04 +07:00
README.md init Project ✌️✌️ 2023-09-14 14:52:04 +07:00
tailwind.config.js update pagination 2023-09-25 15:29:42 +07:00
tsconfig.app.json update: google oauth2.0 with hd=email@forth.co.th only now functional 2023-09-20 10:01:25 +07:00
tsconfig.json update: google oauth2.0 with hd=email@forth.co.th only now functional 2023-09-20 10:01:25 +07:00
tsconfig.spec.json update: google oauth2.0 with hd=email@forth.co.th only now functional 2023-09-20 10:01:25 +07:00

Client

This project was generated with Angular CLI version 16.2.2.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application 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.