Go to file
William Nolin 3c630914b0
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Merge pull request 'develop' (#8) from develop into master
Reviewed-on: #8
2022-04-20 23:13:53 -04:00
e2e NG10 2021-04-17 21:21:37 -04:00
src #25 apply backend changes 2022-04-20 22:51:35 -04:00
.browserslistrc NG10 2021-04-17 21:21:52 -04:00
.dockerignore #2 Add CI/CD 2021-08-09 22:05:19 -04:00
.drone.yml CI/CD 2022-01-23 01:28:58 -05:00
.editorconfig Séparation du frontend et du backend de Color Recipes Explorer en deux projets 2021-02-12 10:28:34 -05:00
.eslintrc.json Move to typescript-eslint 2021-09-07 10:58:01 -04:00
.gitignore Update to Angular 13 2021-12-01 23:19:35 -05:00
Dockerfile #2 Add CI/CD 2021-08-09 22:05:19 -04:00
README.md Séparation du frontend et du backend de Color Recipes Explorer en deux projets 2021-02-12 10:28:34 -05:00
angular.json Update login page 2021-12-03 16:29:15 -05:00
docker-compose.yml Update company list 2021-11-30 23:34:06 -05:00
karma.conf.js Séparation du frontend et du backend de Color Recipes Explorer en deux projets 2021-02-12 10:28:34 -05:00
nginx.conf #2 Add CI/CD 2021-08-09 22:05:19 -04:00
package.json Fix login and group user login. Hides add buttons when the user doesn't have the required permission. 2021-12-14 23:38:32 -05:00
proxy.conf.json Séparation du frontend et du backend de Color Recipes Explorer en deux projets 2021-02-12 10:28:34 -05:00
tsconfig.app.json Séparation du frontend et du backend de Color Recipes Explorer en deux projets 2021-02-12 10:28:34 -05:00
tsconfig.json NG10 2021-04-17 21:21:37 -04:00
tsconfig.spec.json Séparation du frontend et du backend de Color Recipes Explorer en deux projets 2021-02-12 10:28:34 -05:00

README.md

ColorRecipesExplorerFrontend

This project was generated with Angular CLI version 9.0.5.

Development server

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.

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. Use the --prod flag for a production build.

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 Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.