Skip to content

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: guides/release/tutorial/part-1/orientation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ super-rentals
123123
│ ├── optional-features.json
124124
│ └── targets.js
125125
├── public
126+
│ ├── _redirects
126127
│ └── robots.txt
127128
├── tests
128129
│ ├── helpers
@@ -149,7 +150,7 @@ super-rentals
149150
├── package-lock.json
150151
└── testem.js
151152
152-
15 directories, 32 files
153+
15 directories, 33 files
153154
```
154155

155156
We'll learn about the purposes of these files and folders as we go. For now, just know that we'll spend most of our time working within the `app` folder.

Diff for: guides/release/tutorial/part-1/working-with-data.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,10 @@ public
239239
├── assets
240240
│ └── images
241241
│ └── teaching-tomster.png
242+
├── _redirects
242243
└── robots.txt
243244
244-
4 directories, 6 files
245+
4 directories, 7 files
245246
```
246247

247248
You can verify that everything is working correctly by navigating to `http://localhost:4200/api/rentals.json`.

0 commit comments

Comments
 (0)