diff --git a/projects/ngrx.io/content/guide/component/index.md b/projects/ngrx.io/content/guide/component/index.md new file mode 100644 index 0000000000..7376c2b6db --- /dev/null +++ b/projects/ngrx.io/content/guide/component/index.md @@ -0,0 +1,3 @@ +# @ngrx/component + +Placeholder diff --git a/projects/ngrx.io/content/guide/nightlies.md b/projects/ngrx.io/content/guide/nightlies.md index d2a38419bd..b4a2e8b900 100644 --- a/projects/ngrx.io/content/guide/nightlies.md +++ b/projects/ngrx.io/content/guide/nightlies.md @@ -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 diff --git a/projects/ngrx.io/content/navigation.json b/projects/ngrx.io/content/navigation.json index 162e47b303..48783acba9 100644 --- a/projects/ngrx.io/content/navigation.json +++ b/projects/ngrx.io/content/navigation.json @@ -315,6 +315,15 @@ } ] }, + { + "title": "@ngrx/component", + "children": [ + { + "title": "Overview", + "url": "guide/component" + } + ] + }, { "title": "@ngrx/schematics", "children": [ @@ -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",