-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(app): remove code block components and service as they are less …
…useful
- Loading branch information
1 parent
9260643
commit b7d647f
Showing
20 changed files
with
54 additions
and
299 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
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
1 change: 0 additions & 1 deletion
1
projects/xng-breadcrumb-app/src/app/connect/connect/connect.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 +0,0 @@ | ||
<app-code-block [code]="code"></app-code-block> | ||
37 changes: 0 additions & 37 deletions
37
projects/xng-breadcrumb-app/src/app/core/code-block.service.ts
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
projects/xng-breadcrumb-app/src/app/dashboard/dashboard/dashboard.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 +0,0 @@ | ||
<app-code-block [code]="code"></app-code-block> | ||
2 changes: 0 additions & 2 deletions
2
projects/xng-breadcrumb-app/src/app/mentee/mentee-add/mentee-add.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
2 changes: 0 additions & 2 deletions
2
projects/xng-breadcrumb-app/src/app/mentee/mentee-details/mentee-details.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,5 +1,3 @@ | ||
<app-code-block [code]="code"></app-code-block> | ||
|
||
<section *ngIf="mentee"> | ||
<mat-card> | ||
<mat-card-header> | ||
|
2 changes: 0 additions & 2 deletions
2
projects/xng-breadcrumb-app/src/app/mentee/mentee-edit/mentee-edit.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
2 changes: 0 additions & 2 deletions
2
projects/xng-breadcrumb-app/src/app/mentee/mentee-list/mentee-list.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
2 changes: 0 additions & 2 deletions
2
projects/xng-breadcrumb-app/src/app/mentor/mentor-add/mentor-add.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
2 changes: 0 additions & 2 deletions
2
projects/xng-breadcrumb-app/src/app/mentor/mentor-details/mentor-details.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,5 +1,3 @@ | ||
<app-code-block [code]="code"></app-code-block> | ||
|
||
<section *ngIf="mentor"> | ||
<mat-card> | ||
<mat-card-header> | ||
|
2 changes: 0 additions & 2 deletions
2
projects/xng-breadcrumb-app/src/app/mentor/mentor-edit/mentor-edit.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
2 changes: 0 additions & 2 deletions
2
projects/xng-breadcrumb-app/src/app/mentor/mentor-list/mentor-list.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
9 changes: 0 additions & 9 deletions
9
projects/xng-breadcrumb-app/src/app/shared/code-block/code-block.component.html
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
projects/xng-breadcrumb-app/src/app/shared/code-block/code-block.component.scss
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
projects/xng-breadcrumb-app/src/app/shared/code-block/code-block.component.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.