codeJunctionTeam / codeJunction-site

This is the official Website for codeJunction
https://codejunctionteam.github.io/codeJunction-site
MIT License
6 stars 7 forks source link

Restructure code #53

Open janethavi opened 4 years ago

janethavi commented 4 years ago

Describe the bug In the member-card component, the HTML code is also in the .component.ts file. This violated the best practices in Angular. Instead of that let's move the HTML code to the member-card.component.html file and link it to the component.ts file