If you start from this step, just move to PW1 tag
git checkout PW1
First component
This project have been boostraped with Angular CLI, an Open source generator for Angular App.
To create a new component, you have a generate command:
ng generate component my-component
Objectives of this step:
- Create a component
navbarwith angular CLI - Look at
app.module.tschanges - Move nav html to navbar template
- Move related css
- use your component in App
🎉 You've just create your first Angular Component
Pokemon list
Objectives of this step:
- Create a component
pokemon-listwith angular CLI - use your component in App
Pokemon item
Objectives of this step:
- Create a component
pokemon-listwith angular CLI - Copy
Bulbizartemplate - use your component in PokemonList