Skip to content

Commit

Permalink
docs(component): initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Nov 14, 2019
1 parent d8aea53 commit a8089ac
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
3 changes: 3 additions & 0 deletions projects/ngrx.io/content/guide/component/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @ngrx/component

Placeholder
10 changes: 10 additions & 0 deletions projects/ngrx.io/content/guide/nightlies.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ npm install github:ngrx/data-builds
yarn add github:ngrx/data-builds
```

### Component

```sh
npm install github:ngrx/component-builds
```

```sh
yarn add github:ngrx/component-builds
```

### Schematics

```sh
Expand Down
12 changes: 11 additions & 1 deletion projects/ngrx.io/content/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,15 @@
}
]
},
{
"title": "@ngrx/component",
"children": [
{
"title": "Overview",
"url": "guide/component"
}
]
},
{
"title": "@ngrx/schematics",
"children": [
Expand Down Expand Up @@ -425,7 +434,8 @@
{
"url": "https://stackoverflow.com/questions/tagged/ngrx",
"title": "Stack Overflow",
"tooltip": "Stack Overflow: where the community answers your technical NgRx questions."
"tooltip":
"Stack Overflow: where the community answers your technical NgRx questions."
},
{
"url": "https://gitter.im/ngrx/platform",
Expand Down

0 comments on commit a8089ac

Please sign in to comment.