carlostalaver / Admin-Pro-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portafolio

This project was generated with Angular CLI version 8.1.1.

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.

La BBDD está en firebase angular-html

la cuenta es carttux28@gmail.com https://angular-html-abc32.firebaseio.com/equipo.json colocando esto en navegador mostrará los datos de EQUIPO en formato json, ojo el .json es solo para solicitar los datos

Tips interesantes de este proyecto

  • Para las animaciones con animated, se de ir a animated descargar el codigo css y copiar el codigo que se desea para una animación en particular, para ver ejemplo revisar el archivo style.css de este proyecto.

  • Evento (keyup.enter) se dispara despues que se pulsa el bonton ENTER, (keyup.space), (keyup.spacebar)

<input (keydown.enter)="...">
<input (keydown.a)="...">
<input (keydown.esc)="...">
<input (keydown.alt)="...">
<input (keydown.shift.esc)="...">
<input (keydown.shift.arrowdown)="...">
<input (keydown.f4)="...">

Snipper o loading: en siguiente link se puede probar y/u observar la imagen del snipper al cargar los datos desde un servicio.

https://codepen.io/Klerith/pen/RZpwKm

About


Languages

Language:CSS 83.5%Language:JavaScript 10.5%Language:TypeScript 3.3%Language:HTML 2.7%