Skip to content

Commit 0ae7e3f

Browse files
docs(component): add warning about maintenance mode (#4873)
Closes #4872
1 parent 4bb7fdd commit 0ae7e3f

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

projects/ngrx.io/content/guide/component/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<div class="alert is-critical">
2+
3+
The `@ngrx/component` package is in <a href="https://github.com/ngrx/platform/issues/4872" target="_blank">maintenance mode</a>.
4+
Changes to this package are limited to critical bug fixes.
5+
6+
</div>
7+
18
# @ngrx/component
29

310
Component is a library for building reactive Angular templates.

projects/ngrx.io/content/guide/component/install.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<div class="alert is-critical">
2+
3+
The `@ngrx/component` package is in <a href="https://github.com/ngrx/platform/issues/4872" target="_blank">maintenance mode</a>.
4+
Changes to this package are limited to critical bug fixes.
5+
6+
</div>
7+
18
# Installation
29

310
## Installing with `ng add`

projects/ngrx.io/content/guide/component/let.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<div class="alert is-critical">
2+
3+
The `@ngrx/component` package is in <a href="https://github.com/ngrx/platform/issues/4872" target="_blank">maintenance mode</a>.
4+
Changes to this package are limited to critical bug fixes.
5+
6+
</div>
7+
18
# Let Directive
29

310
The `*ngrxLet` directive serves a convenient way of binding observables to a view context

projects/ngrx.io/content/guide/component/push.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<div class="alert is-critical">
2+
3+
The `@ngrx/component` package is in <a href="https://github.com/ngrx/platform/issues/4872" target="_blank">maintenance mode</a>.
4+
Changes to this package are limited to critical bug fixes.
5+
6+
</div>
7+
18
# Push Pipe
29

310
The `ngrxPush` pipe serves as a drop-in replacement for the `async` pipe.

0 commit comments

Comments
 (0)