Skip to content

Commit 07dbfd9

Browse files
committed
Angular 7 Node JS Web App
0 parents  commit 07dbfd9

File tree

239 files changed

+44032
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+44032
-0
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# compiled output
4+
/dist
5+
/tmp
6+
/out-tsc
7+
8+
# dependencies
9+
/node_modules
10+
11+
# IDEs and editors
12+
/.idea
13+
.project
14+
.classpath
15+
.c9/
16+
*.launch
17+
.settings/
18+
*.sublime-workspace
19+
20+
# IDE - VSCode
21+
.vscode/*
22+
!.vscode/settings.json
23+
!.vscode/tasks.json
24+
!.vscode/launch.json
25+
!.vscode/extensions.json
26+
27+
# misc
28+
/.sass-cache
29+
/connect.lock
30+
/coverage
31+
/libpeerconnection.log
32+
npm-debug.log
33+
testem.log
34+
/typings
35+
36+
# e2e
37+
/e2e/*.js
38+
/e2e/*.map
39+
40+
# System Files
41+
.DS_Store
42+
Thumbs.db

CHANGELOG.md

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
## [2.3.0] - 2019-06-11
2+
### Updates
3+
- update to Angular 8
4+
- update all dependencies to match Angular 8 version
5+
```
6+
@agm/core 1.0.0-beta.5 → 1.0.0-beta.6
7+
@angular/animations 7.0.2 → 8.0.0
8+
@angular/cdk 7.0.2 → 8.0.1
9+
@angular/common 7.0.2 → 8.0.0
10+
@angular/compiler 7.0.2 → 8.0.0
11+
@angular/core 7.0.2 → 8.0.0
12+
@angular/forms 7.0.2 → 8.0.0
13+
@angular/http 7.0.2 → 7.2.15
14+
@angular/material 7.0.2 → 8.0.1
15+
@angular/platform-browser 7.0.2 → 8.0.0
16+
@angular/platform-browser-dynamic 7.0.2 → 8.0.0
17+
@angular/platform-server 7.0.2 → 8.0.0
18+
@angular/router 7.0.2 → 8.0.0
19+
ajv 6.4.0 → 6.10.0
20+
bootstrap 4.1.0 → 4.3.1
21+
bootstrap-material-design 4.1.1 → 4.1.2
22+
chartist 0.11.0 → 0.11.2
23+
core-js 2.4.1 → 3.1.3
24+
express 4.16.3 → 4.17.1
25+
googleapis 28.1.0 → 40.0.0
26+
jquery 3.2.1 → 3.4.1
27+
moment 2.22.1 → 2.24.0
28+
perfect-scrollbar 1.1.0 → 1.4.0
29+
popper.js 1.14.3 → 1.15.0
30+
rxjs 6.3.3 → 6.5.2
31+
rxjs-compat 6.3.3 → 6.5.2
32+
zone.js 0.8.26 → 0.9.1
33+
@angular-devkit/build-angular 0.6.3 → 0.800.2
34+
@angular/cli 7.0.2 → 8.0.2
35+
@angular/compiler-cli 7.0.2 → 8.0.0
36+
@angular/language-service 7.0.2 → 8.0.0
37+
@types/bootstrap 3.3.32 → 4.3.0
38+
@types/chartist 0.9.34 → 0.9.46
39+
@types/googlemaps 3.30.8 → 3.36.4
40+
@types/jasmine 2.5.38 → 3.3.13
41+
@types/jquery 1.10.31 → 3.3.29
42+
@types/node 6.0.73 → 12.0.7
43+
codelyzer 4.2.1 → 5.1.0
44+
jasmine-core 3.3.0 → 3.4.0
45+
karma 2.0.0 → 4.1.0
46+
karma-cli 1.0.1 → 2.0.0
47+
karma-coverage-istanbul-reporter 1.4.2 → 2.0.5
48+
karma-jasmine 1.1.1 → 2.0.1
49+
karma-jasmine-html-reporter 1.4.0 → 1.4.2
50+
protractor 5.3.1 → 5.4.2
51+
ts-node 5.0.1 → 8.2.0
52+
tslint 5.9.1 → 5.17.0
53+
typescript 3.1.6 → 3.4.5
54+
```
55+
### Bug fixing
56+
- browser console error
57+
```
58+
href="#pablo" -> href="javascript:void(0)"
59+
href="#" -> href="javascript:void(0)"
60+
```
61+
- form-validation error from the `_forms.scss` file
62+
```
63+
@include form-validation-state("valid", $label-color); -> @include form-validation-state("valid", $label-color, $form-feedback-icon-valid);
64+
```
65+
- added hash for google url validation
66+
67+
## [2.2.0] - 2018-11-14
68+
### Changes
69+
- update to Angular 7
70+
- update all dependencies to match Angular 7 version
71+
72+
## [2.1.1] - 2018-05-23
73+
### Fixes
74+
- changed some links
75+
76+
## [2.1.0] - 2018-04-27
77+
### Fixes
78+
- changed file structure
79+
- moved documentation online
80+
81+
## [2.0.0] - 2018-04-20
82+
### Fixes
83+
- added bootstrap 4
84+
- added angular 5
85+
86+
## [1.4.2] - 2017-10-01
87+
### Fixes
88+
- added Perfect Scrollbar
89+
- added scrollTop on route change
90+
- added closeSidebar on mobile
91+
- autocompile scss files
92+
- fixes for IE
93+
- update package dependencies to 4.4.4
94+
95+
## [1.4.1] - 2017-09-19
96+
### Material
97+
- added material.init()
98+
- fixed input float problem
99+
- fixed checkboxes in tabs
100+
101+
## [1.4.0] - 2017-08-23
102+
### Changes for Angular 4
103+
- added angular-cli
104+
- update to Angular 4
105+
106+
## [v1.3.0] 2017-08-23
107+
### skipped for sync with Angular 4 version convention
108+
109+
## [1.2.0] - 2017-04-05
110+
### Added
111+
- added Upgrade to PRO page
112+
- update package
113+
- made sidebar dynamic
114+
115+
## [1.1.1] - 2017-03-21
116+
### Added
117+
- added "@types/core-js": "0.9.35" in package
118+
119+
## [1.1.0] - 2017-03-20
120+
### small fix
121+
122+
## [1.0.0] - 2017-01-30
123+
### initial Release

CNY.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{"currency":"CNY","country":"Chinese Yuan"}
2+
3+
https://www.coindesk.com/api
4+
https://api.coindesk.com/v1/bpi/supported-currencies.json

ISSUE_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
IMPORTANT: Please use the following link to create a new issue:
3+
4+
https://www.creative-tim.com/new-issue/material-dashboard-angular2
5+
6+
**If your issue was not created using the app above, it will be closed immediately.**
7+
-->
8+
9+
<!--
10+
Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:
11+
👉 https://www.creative-tim.com/bundles
12+
👉 https://www.creative-tim.com
13+
-->

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 Creative Tim (www.creative-tim.com)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)