tutorial para mostrar datos de api backend en angular
ng new listar-api o git clone https://github.com/tutor5/listar-api/ && npm install
importar http en app.module.ts y app.component
agregar llamado a api en app.component
editar html con la data {{datos.informacion}}
ng serve -o