Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
67474a3
respuestas
Jul 28, 2018
6c6afb2
tarea>
5PePe5 Jul 30, 2018
48a5ffc
avance
5PePe5 Jul 31, 2018
c36eb32
avance
Aug 1, 2018
330552b
vance
Aug 2, 2018
1c05278
avance home
5PePe5 Aug 2, 2018
923db95
avance home
5PePe5 Aug 2, 2018
940b266
avance home
5PePe5 Aug 2, 2018
5066f07
avance home
5PePe5 Aug 2, 2018
22d6b55
avance home
5PePe5 Aug 2, 2018
3f27fdc
avance
Aug 3, 2018
eafe157
login modal
5PePe5 Aug 6, 2018
1afeda1
login modal
5PePe5 Aug 6, 2018
68faeaf
login modal
5PePe5 Aug 6, 2018
815809b
login modal
5PePe5 Aug 6, 2018
cbcafc8
login modal
5PePe5 Aug 6, 2018
3ca0fa3
foter abajo y responsivo
5PePe5 Aug 6, 2018
5ce40ef
header resposnsivo
Aug 7, 2018
854c2fc
foter abajo y responsivo
5PePe5 Aug 7, 2018
dd79ab5
header resposnsivo
5PePe5 Aug 7, 2018
4617318
header resposnsivo
5PePe5 Aug 7, 2018
c0dc941
header resposnsivo
5PePe5 Aug 7, 2018
667a956
menu avance
Aug 8, 2018
3dc68d6
barra adaptable
5PePe5 Aug 8, 2018
45b7e69
barra adaptable
5PePe5 Aug 8, 2018
a2798a7
barra adaptable
5PePe5 Aug 8, 2018
3d5551a
barra adaptable
5PePe5 Aug 8, 2018
56874cf
barra adaptable
5PePe5 Aug 8, 2018
915ad30
barra adaptable
5PePe5 Aug 8, 2018
3acaa00
barra adaptable
5PePe5 Aug 8, 2018
8d806b1
barra adaptable
5PePe5 Aug 8, 2018
5295e49
barra adaptable
5PePe5 Aug 8, 2018
3e50c26
barra adaptable
5PePe5 Aug 8, 2018
ed416a1
barra adaptable
5PePe5 Aug 8, 2018
e0b1009
se agrega conexion get
Aug 9, 2018
a6a6328
se agrega conexion get
Aug 9, 2018
e5f4d18
header responsivo
5PePe5 Aug 9, 2018
1fc8884
se agrega metodo get funcionando
5PePe5 Aug 9, 2018
618f9b6
se agrega metodo get funcionando
5PePe5 Aug 9, 2018
215350a
se agrega metodo get funcionando
5PePe5 Aug 9, 2018
b9cf336
se agrega metodo get funcionando
5PePe5 Aug 9, 2018
42c3ebb
se agrega metodo get funcionando
5PePe5 Aug 9, 2018
c149589
iconos
5PePe5 Aug 9, 2018
1aeae17
se agrega conexion get
Aug 10, 2018
bd7346d
se agrega conexion get
Aug 10, 2018
d2d4cc9
se agrega mensaje cargando pagina
Aug 11, 2018
11ec655
avance lunes13
5PePe5 Aug 13, 2018
228496d
configuracion .travis.yml
5PePe5 Aug 13, 2018
2698aaf
travis
5PePe5 Aug 13, 2018
09cc92e
configuracion .travis.yml
5PePe5 Aug 13, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#.travis.yml

language: node_js
node_js:
- "6.11.1"

branches:
only:
- master

before_script:
- npm install -g firebase-tools
- npm install -g @angular/cli

script:
- ng build --prod

after_success:
- firebase deploy --token $FIREBASE_TOKEN

notifications:
email:
on_failure: change
on_success: changegit add .
5 changes: 5 additions & 0 deletions ProyectoFinal/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "proyectofinaltelmexhub"
}
}
24 changes: 24 additions & 0 deletions ProyectoFinal/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#.travis.yml

language: node_js
node_js:
- "10.5.0"

branches:
only:
- master

before_script:
- npm install -g firebase-tools
- npm install -g @angular/cli

script:
- ng build --prod

after_success:
- firebase deploy --token $FIREBASE_TOKEN

notifications:
email:
on_failure: change
on_success: change
27 changes: 27 additions & 0 deletions ProyectoFinal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Angular6

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
136 changes: 136 additions & 0 deletions ProyectoFinal/angular.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"angular6": {
"root": "",
"sourceRoot": "src",
"projectType": "application",
"prefix": "app",
"schematics": {},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/angular6",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.css",
"./node_modules/bootstrap/dist/css/bootstrap.min.css"

],

"scripts": [
"./node_modules/jquery/dist/jquery.slim.min.js",
"./node_modules/popper.js/dist/umd/popper.min.js",
"./node_modules/bootstrap/dist/js/bootstrap.min.js"
]
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
}
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "angular6:build"
},
"configurations": {
"production": {
"browserTarget": "angular6:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular6:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
"src/styles.css"
],
"scripts": [

],
"assets": [
"src/favicon.ico",
"src/assets"
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
"angular6-e2e": {
"root": "e2e/",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "angular6:serve"
},
"configurations": {
"production": {
"devServerTarget": "angular6:serve:production"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "angular6"
}
Loading