Go to file
ncoronel 520397baa5 Merge pull request 'homologacion' (#1) from homologacion into main
Reviewed-on: #1
2026-08-26 18:10:12 +00:00
.vscode feat(tenant-service): implement bootstrap request timeout and enhance request context resolution 2026-08-14 15:17:22 -03:00
public feat(ticket-selector): implement ticket selector component with layout and functionality 2026-08-14 09:01:34 -03:00
src fix(register-page): implement password visibility toggle for registration fields 2026-08-26 10:02:56 -03:00
.editorconfig initial commit 2026-06-24 09:14:48 -03:00
.gitignore initial commit 2026-06-24 09:14:48 -03:00
.prettierrc initial commit 2026-06-24 09:14:48 -03:00
README.md initial commit 2026-06-24 09:14:48 -03:00
angular.json feat(angular.json): enhance production and homo configurations with optimization and license extraction 2026-08-18 15:18:01 -03:00
package-lock.json feat(location-map): implement reusable location map component with dynamic markers and directions 2026-07-24 09:05:16 -03:00
package.json feat(location-map): implement reusable location map component with dynamic markers and directions 2026-07-24 09:05:16 -03:00
tsconfig.app.json initial commit 2026-06-24 09:14:48 -03:00
tsconfig.json initial commit 2026-06-24 09:14:48 -03:00
tsconfig.spec.json initial commit 2026-06-24 09:14:48 -03:00

README.md

ShopitFront

This project was generated using Angular CLI version 22.0.4.

Development server

To start a local development server, run:

ng serve

Once the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.

Code scaffolding

Angular CLI includes powerful code scaffolding tools. To generate a new component, run:

ng generate component component-name

For a complete list of available schematics (such as components, directives, or pipes), run:

ng generate --help

Building

To build the project run:

ng build

This will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.

Running unit tests

To execute unit tests with the Vitest test runner, use the following command:

ng test

Running end-to-end tests

For end-to-end (e2e) testing, run:

ng e2e

Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.

Additional Resources

For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.