Open WickedBrat opened 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.
isLoading
ngIf
@WickedBrat Can I work ?
Throughout the project, in the HTML files, some variables like
isLoading
are used to render two HTML segments and multiplengIf
s are used. This needs to be replaced with ngIfElse.