Skip to content

Commit fb19bac

Browse files
fix: README.md
1 parent 21eb7c7 commit fb19bac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,18 @@ EmbeddedViewRef (https://angular.io/api/core/EmbeddedViewRef)
9898
9999
- [view_ref](https://github.com/angular/angular/blob/master/packages/core/src/linker/view_ref.ts)
100100

101-
ComponentRef (https://angular.io/api/core/ComponentRef)
102-
> Represents a component created by a ComponentFactory. Provides access to the component instance and related objects, and provides the means of destroying the instance.
103-
104-
- [component_factory](https://github.com/angular/angular/blob/master/packages/core/src/linker/component_factory.ts#L24)
105-
106101
```typescript
107102
export abstract class ViewRef extends ChangeDetectorRef {
108103
...
109104
export abstract class EmbeddedViewRef<C> extends ViewRef {
110105
...
111106
```
112107
108+
ComponentRef (https://angular.io/api/core/ComponentRef)
109+
> Represents a component created by a ComponentFactory. Provides access to the component instance and related objects, and provides the means of destroying the instance.
110+
111+
- [component_factory](https://github.com/angular/angular/blob/master/packages/core/src/linker/component_factory.ts#L24)
112+
113113
## Interpolate template #variable
114114
115115
- [ViewChild angular-dom-manipulation-techniques-using-viewcontainerref](https://indepth.dev/exploring-angular-dom-manipulation-techniques-using-viewcontainerref/#-viewchild)

0 commit comments

Comments
 (0)