Skip to content

Commit

Permalink
update to use 6.0.0 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
lombardi-gux committed Jun 14, 2019
1 parent d899141 commit d49443b
Show file tree
Hide file tree
Showing 5 changed files with 814 additions and 1,062 deletions.
66 changes: 50 additions & 16 deletions client/package-lock.json

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

14 changes: 9 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,24 @@
"private": true,
"dependencies": {
"@angular/animations": "7.2.14",
"@angular/cdk": "7.3.0",
"@angular/common": "7.2.14",
"@angular/compiler": "7.2.14",
"@angular/core": "7.2.14",
"@angular/forms": "7.2.14",
"@angular/http": "7.2.14",
"@angular/material": "7.3.0",
"@angular/platform-browser": "7.2.14",
"@angular/platform-browser-dynamic": "7.2.14",
"@angular/router": "7.2.14",
"@ngx-loading-bar/http-client": "3.0.0",
"@ngx-loading-bar/router": "3.0.0",
"bootstrap": "^4.3.1",
"@ngx-loading-bar/core": "4.2.0",
"@ngx-loading-bar/http": "4.2.0",
"@ngx-loading-bar/http-client": "4.2.0",
"@ngx-loading-bar/router": "4.2.0",
"bootstrap": "4.3.1",
"core-js": "2.5.7",
"jquery": "^3.4.1",
"pb-design-system": "5.1.0",
"jquery": "3.4.1",
"pb-design-system": "6.0.0-beta.1.0.1",
"popper.js": "1.14.7",
"rxjs": "6.4.0",
"tslib": "1.9.3",
Expand Down
4 changes: 3 additions & 1 deletion client/src/app/shared/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { Component, OnInit, HostBinding } from '@angular/core';
templateUrl: './footer.component.html'
})
export class FooterComponent implements OnInit {
@HostBinding('class.site-footer') true;
@HostBinding('class.site-footer')
@HostBinding('class.fixed-bottom')
true;
private startYear = 2018;
public date: string;

Expand Down
Loading

0 comments on commit d49443b

Please sign in to comment.