Skip to content

Bases de Angular

Latest
Compare
Choose a tag to compare
@Dmalvarado94 Dmalvarado94 released this 05 May 03:26
· 4 commits to main since this release
  • Primeros comandos de ángular.

  • ng serve -o

  • ng g c heroes/listado

  • heroeBorrado: string = '';

  • borrarHeroe() {

  • this.heroeBorrado = this.heroes.shift() || '';
    
  • h1

  • n1

  • button

  • d1

  • click

  • components.ts, html, modules y más!

  • npm install