Cynthesize / cynthesize-frontend

Frontend written in JS and deployed GraphQL for Cynthesize. Development build: https://cynthesize-develop.netlify.com
https://cynthesize.co
GNU General Public License v3.0
64 stars 51 forks source link

Replace multiple ngIf with ngIfElse #185

Open WickedBrat opened 5 years ago

WickedBrat commented 5 years ago

Throughout the project, in the HTML files, some variables like isLoading are used to render two HTML segments and multiple ngIfs are used. This needs to be replaced with ngIfElse.

Rupeshiya commented 5 years ago

@WickedBrat Can I work ?