Update local angular cli and update urls to share
parent
7cd279352e
commit
3a16236329
File diff suppressed because it is too large
Load Diff
|
|
@ -31,7 +31,7 @@
|
|||
"zone.js": "^0.8.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/cli": "1.2.7",
|
||||
"@angular/cli": "^1.4.1",
|
||||
"@angular/compiler-cli": "^4.0.0",
|
||||
"@angular/language-service": "^4.0.0",
|
||||
"@types/jasmine": "~2.5.53",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ export class SharePopupComponent implements OnInit {
|
|||
public twitterUrl: string;
|
||||
private id: string;
|
||||
public facebookIframeUrl: string;
|
||||
private shareBaseUrl: string = "https://ofbbutte.com/api2/share/";
|
||||
private shareBaseUrl: string = "/api2/share/";
|
||||
public shareUrl: string;
|
||||
|
||||
constructor(@Inject(MD_DIALOG_DATA) public data: any, private mdDialogRef: MdDialogRef<SharePopupComponent>, private snackbar: MdSnackBar) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue