Skip to content

Commit

Permalink
feat(ngrx): add todo mvc css
Browse files Browse the repository at this point in the history
  • Loading branch information
pengkobe committed Nov 8, 2018
1 parent c03436f commit 07ac08b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@ionic/storage": "^2.2.0",
"@ngrx/effects": "^6.1.2",
"@ngrx/store": "^6.1.2",
"@ngrx/store-devtools": "^6.1.2",
"@ngx-translate/core": "^10.0.2",
"@ngx-translate/http-loader": "^3.0.1",
"cordova-android": "7.0.0",
Expand Down Expand Up @@ -71,6 +72,8 @@
"ngx-echarts": "^4.0.0",
"raven-js": "^3.27.0",
"rxjs": "6.2.2",
"todomvc-app-css": "^2.1.2",
"todomvc-common": "^1.0.5",
"zone.js": "^0.8.26"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
@import "~@ionic/angular/css/text-transformation.css";
@import "~@ionic/angular/css/flex-utils.css";

@import '~todomvc-common/base.css';
@import '~todomvc-app-css/index.css';

ion-content {
height: 100vh !important;
}

0 comments on commit 07ac08b

Please sign in to comment.