I have the following code snippet:
"foo".length > 0 ? true : false;
Does the Angular compiler replace it just with true?
tsc does not do; I tried it out.
I have the following code snippet:
"foo".length > 0 ? true : false;
Does the Angular compiler replace it just with true?
tsc does not do; I tried it out.