Skip to content

Commit f68f980

Browse files
committed
demo(app): updated the home and getting started components
1 parent c5c9bf1 commit f68f980

File tree

10 files changed

+491
-228
lines changed

10 files changed

+491
-228
lines changed

demo/package-lock.json

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,39 +14,39 @@
1414
},
1515
"private": true,
1616
"dependencies": {
17-
"@angular/animations": "6.0.2",
18-
"@angular/cdk": "^6.0.2",
19-
"@angular/common": "6.0.2",
20-
"@angular/compiler": "6.0.2",
21-
"@angular/core": "6.0.2",
17+
"@angular/animations": "6.0.3",
18+
"@angular/cdk": "^6.1.0",
19+
"@angular/common": "6.0.3",
20+
"@angular/compiler": "6.0.3",
21+
"@angular/core": "6.0.3",
2222
"@angular/flex-layout": "6.0.0-beta.15",
23-
"@angular/forms": "6.0.2",
24-
"@angular/http": "6.0.2",
25-
"@angular/material": "^6.0.2",
26-
"@angular/platform-browser": "6.0.2",
27-
"@angular/platform-browser-dynamic": "6.0.2",
28-
"@angular/platform-server": "6.0.2",
29-
"@angular/router": "6.0.2",
30-
"@angular/service-worker": "6.0.2",
23+
"@angular/forms": "6.0.3",
24+
"@angular/http": "6.0.3",
25+
"@angular/material": "^6.1.0",
26+
"@angular/platform-browser": "6.0.3",
27+
"@angular/platform-browser-dynamic": "6.0.3",
28+
"@angular/platform-server": "6.0.3",
29+
"@angular/router": "6.0.3",
30+
"@angular/service-worker": "6.0.3",
3131
"@ng-bootstrap/ng-bootstrap": "^2.0.0",
3232
"bootstrap": "4.1.1",
3333
"core-js": "^2.4.1",
3434
"font-awesome": "^4.7.0",
3535
"include-media": "^1.4.9",
3636
"material-design-icons": "^3.0.1",
37-
"ngx-clipboard": "^11.0.0",
37+
"ngx-clipboard": "11.0.0",
3838
"ngx-disqus": "^2.3.7",
3939
"ngx-highlightjs": "^1.4.1",
4040
"ngx-material-pages": "^1.3.1",
41-
"rxjs": "^6.1.0",
41+
"rxjs": "^6.2.0",
4242
"rxjs-compat": "^6.1.0",
4343
"zone.js": "^0.8.26"
4444
},
4545
"devDependencies": {
4646
"@angular-devkit/build-angular": "~0.6.1",
4747
"@angular/cli": "^6.0.3",
48-
"@angular/compiler-cli": "6.0.2",
49-
"@angular/language-service": "6.0.2",
48+
"@angular/compiler-cli": "6.0.3",
49+
"@angular/language-service": "6.0.3",
5050
"@angularclass/hmr": "~2.1.3",
5151
"@nguniversal/express-engine": "^6.0.0",
5252
"@nguniversal/module-map-ngfactory-loader": "^6.0.0",

0 commit comments

Comments
 (0)