File tree Expand file tree Collapse file tree 5 files changed +0
-76
lines changed
projects/ngrx.io/content/guide/component Expand file tree Collapse file tree 5 files changed +0
-76
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ export { LetDirective } from './let/let.directive';
3
3
export { LetModule } from './let/let.module' ;
4
4
export { PushPipe } from './push/push.pipe' ;
5
5
export { PushModule } from './push/push.module' ;
6
- export { ReactiveComponentModule } from './reactive-component.module' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,28 +23,6 @@ import { LetModule } from '@ngrx/component';
23
23
export class MyStandaloneComponent {}
24
24
```
25
25
26
- The ` *ngrxLet ` directive can be also used by importing the ` ReactiveComponentModule ` :
27
-
28
- ``` ts
29
- import { NgModule } from ' @angular/core' ;
30
- import { ReactiveComponentModule } from ' @ngrx/component' ;
31
-
32
- @NgModule ({
33
- imports: [
34
- // ... other imports
35
- ReactiveComponentModule ,
36
- ],
37
- })
38
- export class MyFeatureModule {}
39
- ```
40
-
41
- <div class =" alert is-critical " >
42
-
43
- ` ReactiveComponentModule ` is deprecated in favor of ` LetModule ` .
44
- See the [ migration guide] ( guide/migration/v14#reactivecomponentmodule ) for more information.
45
-
46
- </div >
47
-
48
26
## Comparison with ` *ngIf ` and ` async `
49
27
50
28
The current way of binding an observable to the view looks like this:
Original file line number Diff line number Diff line change @@ -24,28 +24,6 @@ import { PushModule } from '@ngrx/component';
24
24
export class MyStandaloneComponent {}
25
25
```
26
26
27
- The ` ngrxPush ` pipe can be also used by importing the ` ReactiveComponentModule ` :
28
-
29
- ``` ts
30
- import { NgModule } from ' @angular/core' ;
31
- import { ReactiveComponentModule } from ' @ngrx/component' ;
32
-
33
- @NgModule ({
34
- imports: [
35
- // ... other imports
36
- ReactiveComponentModule ,
37
- ],
38
- })
39
- export class MyFeatureModule {}
40
- ```
41
-
42
- <div class =" alert is-critical " >
43
-
44
- ` ReactiveComponentModule ` is deprecated in favor of ` PushModule ` .
45
- See the [ migration guide] ( guide/migration/v14#reactivecomponentmodule ) for more information.
46
-
47
- </div >
48
-
49
27
## Comparison with ` async ` Pipe
50
28
51
29
The current way of binding an observable to the view looks like this:
You can’t perform that action at this time.
0 commit comments