» No page-contents passar todos os items para o app-catalog
;
»» De acordo com a proposta de cada component, precisa ser passado ou item por item, ou todos os items, nesse caso, faz mais sentido passar todos os items, até mesmo para que consigamos filtrar, mapear por query params, paginar os items.
» Component app-catalog
»» Reajustar o app-catalog
;
»»» Para exibir mais de um item lado-a-lado em telas grandes.
»» Criar Serviço, para adicionar objeto pokemon (com id, nome, qtd e valor) para que seja pego no router "carrinho" no component app-resume-shop
» Ajustar link, para exibição de maiores informações de cada produto, com router (poke/:id
) e component próprio (pokedetail
).
» Links do header
e footer
, precisam ser ajustados, e não usar diretamente no app-component
;
»
This project was generated with Angular CLI version 9.0.1.
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.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.