internet-connection.component.html 159 Bytes
<div class="bg-primary rounded text-white">
  <div class="modal-body p-5 text-center">
    <span class="h4">No hay conexión a internet</span>
  </div>
</div>