-
-
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
5bd26cb
commit d284135
Showing
47 changed files
with
168 additions
and
165 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
2 changes: 1 addition & 1 deletion
2
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
2 changes: 1 addition & 1 deletion
2
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
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
2 changes: 1 addition & 1 deletion
2
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,6 @@ | |
</head> | ||
|
||
<body> | ||
<app-root></app-root> | ||
<bd-root></bd-root> | ||
</body> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,120 +1,35 @@ | ||
<header class="flex"> | ||
<img | ||
alt="Nx logo" | ||
width="75" | ||
src="https://nx.dev/assets/images/nx-logo-white.svg" | ||
/> | ||
<h1>Welcome to {{ title }}!</h1> | ||
</header> | ||
<main> | ||
<h2>Resources & Tools</h2> | ||
<p> | ||
Thank you for using and showing some ♥ for Nx. | ||
</p> | ||
<div class="flex github-star-container"> | ||
<a | ||
href="https://github.com/nrwl/nx" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
If you like Nx, please give it a star: | ||
<div class="github-star-badge"> | ||
<svg | ||
class="material-icons" | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
height="24" | ||
viewBox="0 0 24 24" | ||
> | ||
<path d="M0 0h24v24H0z" fill="none" /> | ||
<path | ||
d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z" | ||
/> | ||
</svg> | ||
Star | ||
</div> | ||
</a> | ||
</div> | ||
<p> | ||
Here are some links to help you get started. | ||
</p> | ||
<ul class="resources"> | ||
<li class="col-span-2"> | ||
<a | ||
class="resource flex" | ||
href="https://connect.nrwl.io/app/courses/nx-workspaces/intro" | ||
[routerLink]="['/']" | ||
> | ||
Nx video course | ||
Home | ||
</a> | ||
</li> | ||
<li class="col-span-2"> | ||
<a | ||
class="resource flex" | ||
href="https://nx.dev/angular/getting-started/what-is-nx" | ||
[routerLink]="['film-list']" | ||
> | ||
Nx video tutorial | ||
Films | ||
</a> | ||
</li> | ||
<li class="col-span-2"> | ||
<a | ||
class="resource flex" | ||
href="https://nx.dev/angular/tutorial/01-create-application" | ||
[routerLink]="['character-list']" | ||
> | ||
Interactive tutorial | ||
</a> | ||
</li> | ||
<li class="col-span-2"> | ||
<a class="resource flex" href="https://nx.app/"> | ||
<svg | ||
width="36" | ||
height="36" | ||
viewBox="0 0 120 120" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M120 15V30C103.44 30 90 43.44 90 60C90 76.56 76.56 90 60 90C43.44 90 30 103.44 30 120H15C6.72 120 0 113.28 0 105V15C0 6.72 6.72 0 15 0H105C113.28 0 120 6.72 120 15Z" | ||
fill="#0E2039" | ||
/> | ||
<path | ||
d="M120 30V105C120 113.28 113.28 120 105 120H30C30 103.44 43.44 90 60 90C76.56 90 90 76.56 90 60C90 43.44 103.44 30 120 30Z" | ||
fill="white" | ||
/> | ||
</svg> | ||
<span class="gutter-left">Nx Cloud</span> | ||
Characters | ||
</a> | ||
</li> | ||
</ul> | ||
<h2>Next Steps</h2> | ||
<p>Here are some things you can do with Nx.</p> | ||
<details open> | ||
<summary>Add UI library</summary> | ||
<pre> | ||
# Generate UI lib | ||
ng g @nrwl/angular:lib ui | ||
|
||
# Add a component | ||
ng g @nrwl/angular:component xyz --project ui</pre | ||
> | ||
</details> | ||
<details> | ||
<summary>View dependency graph</summary> | ||
<pre>nx dep-graph</pre> | ||
</details> | ||
<details> | ||
<summary>Run affected commands</summary> | ||
<pre> | ||
# see what's been affected by changes | ||
ng affected:dep-graph | ||
|
||
# run tests for current changes | ||
ng affected:test | ||
|
||
# run e2e tests for current changes | ||
ng affected:e2e | ||
</pre | ||
> | ||
</details> | ||
</main> | ||
|
||
<h1>Description</h1> | ||
|
||
<router-outlet></router-outlet> |
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 |
---|---|---|
|
@@ -9,10 +9,6 @@ | |
margin: 50px auto; | ||
} | ||
|
||
.gutter-left { | ||
margin-left: 9px; | ||
} | ||
|
||
.col-span-2 { | ||
grid-column: span 2; | ||
} | ||
|
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,10 +1,10 @@ | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'xng-root', | ||
selector: 'sw-root', | ||
templateUrl: './app.component.html', | ||
styleUrls: ['./app.component.scss'], | ||
}) | ||
export class AppComponent { | ||
title = 'star-wars'; | ||
title = 'Star Wars'; | ||
} |
Oops, something went wrong.