Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Type 'boolean' is not assignable to type 'string'

toggleserver

//////!this code is not working showing the error [Type ‘boolean’ is not assignable to type ‘string’]////////////need a little help
toggleserverstatus () {

this.statusflag = !this.statusflag;

if (this.statusflag ==  true) {

  this.serverstatus='online';
}
return this.serverstatus;

}

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

}

>Solution :

You have quotes around the initial assignment of what you wanted to be False to statusflag. 'false' is not the same as False.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading