rangle / angular-training-slides

Slides for the Angular 2 training
https://rangle.github.io/angular-training-slides/
Other
29 stars 41 forks source link

Refactor ToDo App #550

Open sonukapoor opened 7 years ago

sonukapoor commented 7 years ago

See example: https://github.com/winkerVSbecks/angular-2-training-13-dec/

FYI: @winkerVSbecks @gvwilson @jamesbs

Once the code-base has these changes, we will need to update our slides as well.

winkerVSbecks commented 7 years ago

@sonukapoor expanded the list a bit more

sonukapoor commented 7 years ago

@winkerVSbecks What do you think about creating a module as well for todo?

winkerVSbecks commented 7 years ago

I've never made it that far in a training but, we could do that as a stretch goal.

sonukapoor commented 7 years ago

@winkerVSbecks I think if we start with modules and explain how we should logically group our application into modules, then it should be an easy step. Right now we start with creating our components, services, pipes etc.. We should be starting with modules. Thoughts?