What I mean is this:
// my.component.ts // ... public isVisible() { myObject.nested.prop > 27 && otherObj.foo === \'lala\' }
And