Skip to content

Commit

Permalink
docs: refactor filenames
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Termont <[email protected]>
  • Loading branch information
woutermont committed Jul 7, 2021
1 parent 79626f1 commit 0ee4ece
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ https://angular.io/guide/feature-modules[Generate new `data` module] for this fe

The finished component (with Semantic Components) should look like this:

image::../images/639404111-create-data-overview-page/data-overview-page.svg[DemoDataOverviewPageComponent]
image::../images/create-data-overview-page/data-overview-page.svg[DemoDataOverviewPageComponent]

Generate under app/features/data/pages/data-overview-page.component.ts (selector: <demo-data-overview-page>)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This component is the first page a user sees when they open the app. It constist

The finished component should look like this:

image::639404034-connect-page.svg[DemoConnectPageComponent]
image::connect-page.svg[DemoConnectPageComponent]

Generate under app/features/connect/pages/connect-page.component.ts (selector: <demo-connect-page>)

Expand Down

0 comments on commit 0ee4ece

Please sign in to comment.