-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(component): add docs overview (#2444)
* fix(component): add docs overview closes #2442 * Update projects/ngrx.io/content/guide/component/index.md Co-Authored-By: Tim Deschryver <[email protected]> Co-authored-by: Tim Deschryver <[email protected]>
- Loading branch information
1 parent
7dc97f8
commit a279dd1
Showing
4 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# @ngrx/component | ||
|
||
Placeholder | ||
The Component package is a set of primitive reactive helpers to enable fully reactive, fully zone-less applications. | ||
|
||
## Introduction | ||
|
||
This package includes primitives that act as the glue in reactive Angular applications. | ||
They take over rendering and provide reactivity to parts where Angular doesn't out of the box. | ||
|
||
## Key Concepts | ||
|
||
Rendering happens in the template only: | ||
- [Push Pipe](guide/component/push) | ||
- [Let Directive](guide/component/let) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters