UNPKG

bitcitawebfront-library

Version:

Angular CLI project used by other Angular projects in the bitcita web project.<br />

11 lines 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Texto = /** @class */ (function () { function Texto(seccion, contenido) { this.seccion = seccion; this.contenido = contenido; } return Texto; }()); exports.Texto = Texto; //# sourceMappingURL=texto.js.map