Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f511936

Browse files
committed
Added an app description
1 parent 0dcf7af commit f511936

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

‎src/app/app.component.html‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<mat-card style="padding-left:30px; margin: 20px">
2+
<mat-card-header>
3+
<h2>SkillClusters with Angular 11, Angular Material Tree and @ngrx/data</h2>
4+
</mat-card-header>
5+
<mat-card-content>
6+
<p><a href="https://github.com/elze/angular-ngrx-data-custom-api-urls/">Here is this application's code</a> on
7+
Github.</p>
8+
<p><a href="http://geekitude.com">Here is the author's website</a></p>
9+
<p>The data this application displays doesn't make much sense at the moment. It's a work in progress. For now, its
10+
purpose is to demonstrate how to get Angular Material Tree to work with @ngrx/data with custom API URLs. It uses
11+
Angular 11 and @ngrx/data 10.</p>
12+
</mat-card-content>
13+
</mat-card>
114
<p>
215
<app-skills></app-skills>
316
</p>

‎src/app/app.module.ts‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { EffectsModule } from "@ngrx/effects";
77

88
import { HttpClientModule } from "@angular/common/http";
99

10+
import { MatCardModule } from "@angular/material/card";
1011
import { MatTreeModule } from "@angular/material/tree";
1112

1213
import { MatButtonModule } from "@angular/material/button";
@@ -38,6 +39,7 @@ export const entityConfig = {
3839
FormsModule,
3940
HttpClientModule,
4041
MatButtonModule,
42+
MatCardModule,
4143
MatIconModule,
4244
MatTreeModule,
4345
AppRoutingModule,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /