get empty()

in docs-content/examples-source/material/form-field/form-field-custom-control/form-field-custom-control-example.ts [67:73]


  get empty() {
    const {
      value: {area, exchange, subscriber},
    } = this.parts;

    return !area && !exchange && !subscriber;
  }