-
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