Open omzmarlon opened 7 years ago
Build up the template first(meaning without too much TS code). This template is not the "correct" template, you could use your imagination!
Just to clarify the scope of this issue. It includes the templates for a single blog post, the editing modal (I guess it is probably a modal), and the list of all blogs?
Yes I think so
@omzmarlon So are you thinking the template in Blog.ng.html will be for the entire blog page or just one blog post? For now I'm assuming for one post
That depends on you, look for components that should be extracted out instead of stuff everything inside a giant component. One thing to do this is to have a blog component and a blog list component. But there could be other common components to be extracted!
We can discuss about this when u make ur first PR