-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from CerealKiller97/dev
Validation errors FIXED
- Loading branch information
Showing
7 changed files
with
59 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 8 additions & 4 deletions
12
src/app/modules/errors/components/errors/errors.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
<mat-grid-list cols="1" rowHeight="500"> | ||
<mat-grid-list cols="1" rowHeight="550"> | ||
<mat-grid-tile> | ||
<div class="container my-5 mx-5"> | ||
<div class="row"> | ||
<div class="col-md-6 offset-md-3"> | ||
<h1 class="light-text">Ooops looks you got lost :( 404 page</h1> | ||
<button mat-raised-button (click)="goBack();">Go back</button> | ||
<h1 class="light-text">Ooops looks you got lost :( </h1> | ||
<button mat-raised-button (click)="goBack();"> | ||
<span> | ||
Go back to | ||
</span> | ||
<mat-icon>home</mat-icon> | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</mat-grid-tile> | ||
</mat-grid-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { Router } from '@angular/router'; | ||
|
||
@Component({ | ||
selector: 'app-errors', | ||
templateUrl: './errors.component.html', | ||
styleUrls: ['./errors.component.css'] | ||
}) | ||
export class ErrorsComponent implements OnInit { | ||
constructor() {} | ||
constructor(private readonly router: Router) {} | ||
|
||
ngOnInit() {} | ||
|
||
// gaming/contact | ||
|
||
public goBack(): void { | ||
history.back(); | ||
this.router.navigate(['']); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 12 additions & 7 deletions
19
...p/modules/shared-components/components/bug-report-dialog/bug-report-dialog.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27fade6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully aliased the URL https://ng-videogamer-q5cpd9av4.now.sh to the following aliases: