cynthesize-frontend
cynthesize-frontend copied to clipboard
Replace multiple ngIf with ngIfElse
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.
@WickedBrat Can I work ?