This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Owl Carousel v2.3.4 | |
* Copyright 2013-2018 David Deutsch | |
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE | |
*/ | |
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Owl Carousel v2.3.4 | |
* Copyright 2013-2018 David Deutsch | |
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE | |
*/ | |
!function(a,b,c,d){function e(b,c){this.settings=null,this.options=a.extend({},e.Defaults,c),this.$element=a(b),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},a.each(["onResize","onThrottledResize"],a.proxy(function(b,c){this._handlers[c]=a.proxy(this[c],this)},this)),a.each(e.Plugins,a.proxy(function(a,b){this._plugins[a.charAt(0).toLowerCase()+a.slice(1)]=new b(this)},this)),a.each(e.Workers,a.proxy(function(b,c){this._pipe.push({filter:c.filter,run:a.proxy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"productos": [ | |
{ | |
"id": 0, | |
"producto": "CAMISAS", | |
"imagen": "https://4.bp.blogspot.com/-9nB0VWZ3T5c/XQxsXjdx4fI/AAAAAAAAB1E/HuYrUqwEZ1seQyxSyq5x7UN2Iw9rmqIYwCLcBGAs/s1600/camisas.png", | |
"nombre": "Kendra Aguirre", | |
"descripcion": "Quis ad laboris non magna incididunt fugiat. Quis excepteur elit enim anim aute est ut consequat pariatur. Velit culpa voluptate voluptate dolor laboris pariatur eu veniam commodo eu amet eu.\r\n", | |
"codigo": "5D0C6CC69940E00C3DFE16A4" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"users":[ | |
{ | |
"id": 307128359, | |
"name": "Savannah Blanchard", | |
"lastname": "Pittman", | |
"company": "ZENTIX", | |
"email": "[email protected]", | |
"age": 38, | |
"ip": "240.179.236.143" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"personas": | |
[ | |
{ | |
"id": 421353125, | |
"nombre": "Wynn Mueller", | |
"apellido": "Rowland", | |
"empresa": "MICROLUXE", | |
"email": "[email protected]", | |
"edad": 31, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//VALIDAR CAMPO IP 255.255.255.255 | |
Validators.pattern(/^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$/) | |
//VALIDAD SOLO NÚMEROS | |
Validators.pattern(/^([0-9])*$/),//solo numeros | |
//VALIDAD CAMPO REQUERIDO | |
Validators.required, | |
//VALIDA TELEFONO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"persona": | |
[ | |
{ | |
"id": 40333415, | |
"nombre": "Flora Whitney", | |
"apellido": "Houston", | |
"email": "[email protected]", | |
"ip": "203.37.88.186" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ @ @ @ @ @ @ | |
@ @ @ @ @ @ | |
@ @ @@@ @ @ @ @@@@@ @@@ @@@@@ @@@ @@ | |
@ @ @ @ @ @ @@ @ @ @@ @ @ @ @ | |
@ @ @ @ @ @ @ @ @@@ @ @ @@@@@ @ | |
@ @ @ @ @ @ @ @ @ @ @ @ @ @@ | |
@@ @@ @ @ @ @ @@ @@ @ @ @@ @@ @@ @ | |
@@@@ @@ @ @ @ @@@@@ @@@@ @@@@@ @@@@ @@@ | |
//CONFIGURACIÓN BÁSICA DEL app.routes.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@@@@ @ | |
@ @ | |
@ @@@@ @ @@@ @@@@ | |
@ @@ @@ @ @@ @ @@ @ | |
@ @ @ @ @ @@@@@ @ @ | |
@ @ @ @@ @ @ @ | |
@ @@ @@ @ @ @@ @ @ | |
@ @@@@ @ @ @@@@ @ @ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ @ @@@@ @ | |
@@ @ @ @ | |
@ @ @@@@ @@@@@ @ @ @ @@@ @@ @ @ @@ @ @@@@ @@ @@@ | |
@ @ @@ @@@ @ @ @ @ @ @ @ @ @ @ @ @ @@ @ | |
@ @ @ @@ @ @ @ @ @@@ @ @@@@ @ @ @ @ @@@@@@ | |
@@@@@ @ @@ @ @ @ @ @ @ @ @@@ @ @ @ @ @ @@ | |
@ @ @ @@@ @@ @ @ @ @ @ @ @ @ @ @ @ @@@ | |
@ @ @ @ @@@ @ @@@@ @ @@@@ @ @ @ @ @ @ @ @@@@ | |
@ | |
@@@@ |