Saltar a contenido

Practica

Instalaciones

ACTUALIZANDO NODE

font: https://maximilianofernandez.net/actualizar-node-js-en-ubuntu/

Crear nuevo

ng new CRUDAngularRESTAPI

-- routing yes

-- css

Run SERVER (Metodos)

ng serve

ng serve --host 0.0.0.0

ng serve --open --host 0.0.0.0 --disable-host-check

font: Angular on LAN SERVE

CREANDO COMPNENTES

ng g c component/navbar
ng g c component/client-list
ng g component component/client-list

Clases Y Servicios

ng g class model/client
ng g service service/client