Skip to content

Commit 0245fda

Browse files
committed
fix(demo): integration of @angular-material-extensions/pages in the getting started component
1 parent e718ff7 commit 0245fda

File tree

4 files changed

+121
-121
lines changed

4 files changed

+121
-121
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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,21 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "7.2.9",
30+
"@angular-material-extensions/pages": "^2.1.0",
31+
"@angular/animations": "7.2.10",
3132
"@angular/cdk": "^7.3.5",
32-
"@angular/common": "7.2.9",
33-
"@angular/compiler": "7.2.9",
34-
"@angular/core": "7.2.9",
33+
"@angular/common": "7.2.10",
34+
"@angular/compiler": "7.2.10",
35+
"@angular/core": "7.2.10",
3536
"@angular/flex-layout": "^7.0.0-beta.24",
36-
"@angular/forms": "7.2.9",
37-
"@angular/http": "7.2.9",
37+
"@angular/forms": "7.2.10",
38+
"@angular/http": "7.2.10",
3839
"@angular/material": "^7.3.5",
39-
"@angular/platform-browser": "7.2.9",
40-
"@angular/platform-browser-dynamic": "7.2.9",
41-
"@angular/platform-server": "7.2.9",
42-
"@angular/router": "7.2.9",
43-
"@angular/service-worker": "7.2.9",
40+
"@angular/platform-browser": "7.2.10",
41+
"@angular/platform-browser-dynamic": "7.2.10",
42+
"@angular/platform-server": "7.2.10",
43+
"@angular/router": "7.2.10",
44+
"@angular/service-worker": "7.2.10",
4445
"@ng-bootstrap/ng-bootstrap": "^4.1.0",
4546
"@ngx-translate/core": "^11.0.1",
4647
"@ngx-translate/http-loader": "^4.0.0",
@@ -55,16 +56,15 @@
5556
"ngx-disqus": "^2.4.3",
5657
"ngx-highlightjs": "^3.0.3",
5758
"ngx-markdown": "^7.1.4",
58-
"ngx-material-pages": "^1.3.2",
5959
"rxjs": "^6.3.3",
6060
"rxjs-compat": "^6.3.3",
6161
"zone.js": "^0.8.27"
6262
},
6363
"devDependencies": {
6464
"@angular-devkit/build-angular": "^0.12.1",
6565
"@angular/cli": "^7.3.6",
66-
"@angular/compiler-cli": "7.2.9",
67-
"@angular/language-service": "7.2.9",
66+
"@angular/compiler-cli": "7.2.10",
67+
"@angular/language-service": "7.2.10",
6868
"@angularclass/hmr": "~2.1.3",
6969
"@nguniversal/express-engine": "^7.1.1",
7070
"@nguniversal/module-map-ngfactory-loader": "^7.1.1",

0 commit comments

Comments
 (0)