Esta pOc fue generada en Angular CLI version 18.1.4. Node Version: 20.16.0
npm install
feat: new feature
fix(scope): bug in scope
feat!: breaking change
/feat(scope)!: rework API
chore(deps): update dependencies
build
: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)ci
: Changes to CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)chore
: Changes which doesn't change source code or tests e.g. changes to the build process, auxiliary tools, librariesdocs
: Documentation only changesfeat
: A new featurefix
: A bug fixperf
: A code change that improves performancerefactor
: A code change that neither fixes a bug nor adds a featurerevert
: Revert somethingstyle
: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)test
: Adding missing tests or correcting existing tests
- Put newline before extended commit body
- More details at conventionalcommits.org
- Se simula la autenticación con cualquier cédula, sin embargo, si necesita probar todos los necesarios, solicite las claves al administrador
-
Si se sube el repo a un bucket, se necesita deshabilitar el modo seguro para que funcione en smartphones si no tienes acceso.
-
Deshabilitar "Modo seguro":
- Paso 1: Abre Chrome en tu dispositivo.
- Paso 2: Toca los tres puntos en la esquina superior derecha para abrir el menú.
- Paso 3: Ve a "Configuración" y luego a "Privacidad y seguridad".
- Paso 4: Busca una opción llamada "Navegación Segura" o algo similar. Si está activada, intenta desactivarla temporalmente.
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.
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.
Run ng test
to execute the unit tests via Karma.
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.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.