Hello, if there are two arguments, what should it look like in terms of style code? Suppose such a transfer to another line? Or it should be one line, but then it comes out very long. Or maybe these arguments should be assigned to variables and work with them? Tell me please.
private isTest() { if ((this.argSorce.nativeElement.clientWidth < this.maxWidthBlock) || (this.argSorce.nativeElement.clientWidth < this.maxBlockContainer)) { } }