Skip to content

Commit c022ccd

Browse files
Modal with order
1 parent 8733b52 commit c022ccd

15 files changed

Lines changed: 758 additions & 27 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Specifies intentionally untracked files to ignore when using Git
22
# http://git-scm.com/docs/gitignore
3-
3+
deploy/
44
*~
55
*.sw[mnpcod]
66
*.log

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ cp .env.dist .env # copiar archivo environment propio
1616
En el navegador [http://localhost:4200](http://localhost:4200)
1717

1818
## Deploy in github pages
19-
```sh
20-
npm run deploy #Este corre el deploy en modo prod y aot, y finalmente sube todo a github pages
21-
```
2219
```sh
2320
npm install rxjs@6 rxjs-compat@6 --save # error ERROR TypeError: Object(…) is not a function” using AngularFirestore and firebase
2421
```

config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@
8181
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
8282
<plugin name="cordova-plugin-ionic-webview" spec="1.1.19" />
8383
<plugin name="cordova-plugin-ionic-keyboard" spec="2.0.5" />
84+
<engine name="browser" spec="5.0.3" />
8485
</widget>

0 commit comments

Comments
 (0)