Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janh committed Sep 27, 2022
1 parent babb06a commit 9ab308a
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Add your tenant and shell to npm start command. Run `npm start` and checkout the

<details>
<summary>Diff</summary>

```
diff --git a/package.json b/package.json
index b100dfe..a2dfd14 100644
Expand All @@ -30,6 +31,7 @@ index b100dfe..a2dfd14 100644
"postinstall": "ngcc"
```

</details>

> If not working -> checkout `step1` branch
Expand All @@ -42,6 +44,7 @@ Add a new plugin adding a navigator node

<details>
<summary>Diff</summary>

```
diff --git a/bookmarks/bookmarks.module.ts b/bookmarks/bookmarks.module.ts
new file mode 100644
Expand Down Expand Up @@ -110,7 +113,8 @@ index a2dfd14..bd81906 100644
}
}
```
```

</details>

> If not working -> checkout `step2` branch
Expand All @@ -123,6 +127,8 @@ Add logic and injection to the HOOK

<details>
<summary>Diff</summary>

```
diff --git a/bookmarks/bookmarks.service.ts b/bookmarks/bookmarks.service.ts
index a3e0765..00c23fc 100644
--- a/bookmarks/bookmarks.service.ts
Expand Down Expand Up @@ -168,6 +174,7 @@ index a3e0765..00c23fc 100644
-}
\ No newline at end of file
+}
```

</details>

Expand All @@ -179,8 +186,10 @@ Add a action bar for all devices
- use routing to check if on a device
- use content projection to avoid root element

<details>
<details>
<summary>Diff</summary>

```
diff --git a/bookmarks/add-bookmark.component.ts b/bookmarks/add-bookmark.component.ts
new file mode 100644
index 0000000..8adaff1
Expand Down Expand Up @@ -266,8 +275,10 @@ index 9907e4a..c370178 100644
})
export class BookmarksModule {}
</details>
```

</details>

## 4. Step
Add the logic to bookmark a device

Expand All @@ -276,6 +287,8 @@ Add the logic to bookmark a device

<details>
<summary>Diff</summary>

```
diff --git a/bookmarks/add-bookmark.component.ts b/bookmarks/add-bookmark.component.ts
new file mode 100644
index 0000000..bc69b7d
Expand Down Expand Up @@ -395,5 +408,6 @@ index 9907e4a..c370178 100644
],
})
export class BookmarksModule {}
```

</details>

0 comments on commit 9ab308a

Please sign in to comment.