jesuscuesta / angular4-cli

Pruebas Angular Cli completas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cursonagular4

This project was generated with Angular CLI version 1.0.4.

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|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. Before running the tests make sure you are serving the app via ng serve.

Further help

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


Estructura: 1.- Wonderwoman

  • Pasamos propiedades. Interpolación.

2.- Superman

  • Pasamos propiedades Interpolación
  • Botón con función

3.- Aquaman

  • Pasamos propiedades Interpolación
  • Declaramos propiedades de otra forma, con Array
  • Bucle ngFor

3.- Daredevil

  • Pasamos propiedades Interpolación
  • Declaramos propiedades de otra forma, con Array
  • Bucle ngFor
  • Exportar objetos para los componentes

4.- Marvel

  • Componente básico
  • Pasamos propiedades Interpolación
  • Declaramos propiedades de otra forma, con Array
  • Bucle ngFor, ngIf
  • Onselect en componentes
  • Exportar objetos para los componentes
  • Pasar valores entre componentes

5.- Arrow

  • ngModel

6.- Flash

  • ngClass

7.- birdman

  • services-> providers

8.- Catwoman

  • HTTP

9.- Cyborg

  • Routing

10.- Extraer routing

11.- Shazzam

  • Go back routing

12.- Batgirl

  • Routing con id
  • Servicio con id

13.- Dr. service

  • Pipe
  • Custom Pipe

14.- Villane

  • Routing children

15.- Zoom

  • Lazy load

16.- mrfantastic

  • keyup, keypupEnter, blur, $event
  • Templating advanced - example: #box

17.- Decorators

17.1.- Joker

  • @Viewchild

17.2.- Bane

  • @Viewchildren

  • Querylist

  • Forms Incomplete

...

  • forms
  • Universal
  • Observables
  • testing
  • security
  • despliegue
  • aot

About

Pruebas Angular Cli completas

License:GNU General Public License v3.0


Languages

Language:TypeScript 83.2%Language:HTML 11.4%Language:JavaScript 3.1%Language:CSS 2.2%