UNPKG
bitcitawebfront-library
Version:
latest (8.2.4)
9.0.1
9.0.0
8.2.4
8.2.3
8.2.2
8.2.1
8.2.0
8.1.0
8.0.2
8.0.1
8.0.0
7.1.9
7.1.8
7.1.7
7.1.6
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.1
7.0.0
6.1.3
6.1.2
6.1.1
6.1.0
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
1.1.1
1.1.0
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Angular CLI project used by other Angular projects in the bitcita web project.<br />
bitcitawebfront-library
/
common
/
data
/
texto.js
11 lines
•
323 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"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