-
-
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.
- Loading branch information
1 parent
71316da
commit 2317fa5
Showing
34 changed files
with
89 additions
and
147 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
8 changes: 2 additions & 6 deletions
8
apps/breadcrumb-demo/src/app/connect/connect-success/connect-success.component.ts
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,12 +1,8 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'bd-connect-success', | ||
templateUrl: './connect-success.component.html', | ||
styleUrls: ['./connect-success.component.scss'], | ||
}) | ||
export class ConnectSuccessComponent implements OnInit { | ||
constructor() {} | ||
|
||
ngOnInit() {} | ||
} | ||
export class ConnectSuccessComponent {} |
8 changes: 2 additions & 6 deletions
8
apps/breadcrumb-demo/src/app/connect/connect/connect.component.ts
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,12 +1,8 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'bd-connect', | ||
templateUrl: './connect.component.html', | ||
styleUrls: ['./connect.component.scss'], | ||
}) | ||
export class ConnectComponent implements OnInit { | ||
constructor() {} | ||
|
||
ngOnInit() {} | ||
} | ||
export class ConnectComponent {} |
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
8 changes: 2 additions & 6 deletions
8
apps/breadcrumb-demo/src/app/dashboard/dashboard/dashboard.component.ts
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,11 +1,7 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { Component } from '@angular/core'; | ||
@Component({ | ||
selector: 'bd-dashboard', | ||
templateUrl: './dashboard.component.html', | ||
styleUrls: ['./dashboard.component.scss'], | ||
}) | ||
export class DashboardComponent implements OnInit { | ||
constructor() {} | ||
|
||
ngOnInit() {} | ||
} | ||
export class DashboardComponent {} |
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,12 +1,8 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'bd-home', | ||
templateUrl: './home.component.html', | ||
styleUrls: ['./home.component.scss'], | ||
}) | ||
export class HomeComponent implements OnInit { | ||
constructor() {} | ||
|
||
ngOnInit() {} | ||
} | ||
export class HomeComponent {} |
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
8 changes: 2 additions & 6 deletions
8
apps/breadcrumb-demo/src/app/mentee/mentee/mentee.component.ts
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,12 +1,8 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'bd-mentee', | ||
templateUrl: './mentee.component.html', | ||
styleUrls: ['./mentee.component.scss'], | ||
}) | ||
export class MenteeComponent implements OnInit { | ||
constructor() {} | ||
|
||
ngOnInit() {} | ||
} | ||
export class MenteeComponent {} |
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
8 changes: 2 additions & 6 deletions
8
apps/breadcrumb-demo/src/app/mentor/mentor/mentor.component.ts
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,12 +1,8 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'bd-mentor', | ||
templateUrl: './mentor.component.html', | ||
styleUrls: ['./mentor.component.scss'], | ||
}) | ||
export class MentorComponent implements OnInit { | ||
constructor() {} | ||
|
||
ngOnInit() {} | ||
} | ||
export class MentorComponent {} |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
@import '~@angular/material/theming'; | ||
// Plus imports for other components in your app. | ||
|
||
// Include the common styles for Angular Material. We include this here so that you only | ||
// have to load a single css file for Angular Material in your app. | ||
@include mat-core(); | ||
|
||
$xng-app-primary: mat-palette($mat-teal); | ||
$xng-app-accent: mat-palette($mat-green, A200, A100, A400); | ||
$xng-app-warn: mat-palette($mat-red); | ||
$xng-light-theme: mat-light-theme( | ||
$xng-app-primary, | ||
$xng-app-accent, | ||
$xng-app-warn | ||
); | ||
$xng-dark-theme: mat-dark-theme( | ||
$xng-app-primary, | ||
$xng-app-accent, | ||
$xng-app-warn | ||
); | ||
|
||
@include angular-material-theme($xng-light-theme); | ||
|
||
.xng-dark-theme { | ||
@include angular-material-theme($xng-dark-theme); | ||
} |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
@import '@angular/material/prebuilt-themes/deeppurple-amber.css'; | ||
|
||
html, | ||
body { | ||
height: 100%; | ||
|
8 changes: 2 additions & 6 deletions
8
...p/Modules/features/designer/components/designer-dashboard/designer-dashboard.component.ts
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,12 +1,8 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'app-designer-dashboard', | ||
templateUrl: './designer-dashboard.component.html', | ||
styleUrls: ['./designer-dashboard.component.scss'], | ||
}) | ||
export class DesignerDashboardComponent implements OnInit { | ||
constructor() {} | ||
|
||
ngOnInit(): void {} | ||
} | ||
export class DesignerDashboardComponent {} |
8 changes: 2 additions & 6 deletions
8
apps/demo/src/app/Modules/features/library/components/view-library/view-library.component.ts
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,12 +1,8 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'app-view-library', | ||
templateUrl: './view-library.component.html', | ||
styleUrls: ['./view-library.component.scss'], | ||
}) | ||
export class ViewLibraryComponent implements OnInit { | ||
constructor() {} | ||
|
||
ngOnInit(): void {} | ||
} | ||
export class ViewLibraryComponent {} |
8 changes: 2 additions & 6 deletions
8
apps/demo/src/app/Modules/layout/components/footer/footer.component.ts
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,12 +1,8 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'app-footer', | ||
templateUrl: './footer.component.html', | ||
styleUrls: ['./footer.component.scss'], | ||
}) | ||
export class FooterComponent implements OnInit { | ||
constructor() {} | ||
|
||
ngOnInit(): void {} | ||
} | ||
export class FooterComponent {} |
Oops, something went wrong.