handleError()

in src/app/error-handler/error-handler.module.ts [24:26]


  handleError(err: Error) {
    this.logService.handle(err);
  }