Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
VictorHugoAguilar authored Nov 17, 2022
commit 4f31f533b6568f70b828f28b6d3571bf2b0381b1
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4602,9 +4602,7 @@ You can download the PDF and Epub version of this repository from the latest run
The ng-content is used to insert the content dynamically inside the component that helps to increase component reusability.

276. ### How to use ng-content?
When I first found this tag in the project, I didn't know what it was used for. Opening the browser debugging window I did not find its existence, which indicates that it is not a component or an instruction, but just a special tag.

Use(ng-container The content of the template included in the representation does not include itself. )
When I first found this tag in the project, I didn't know what it was used for. Opening the browser debugging window I did not find its existence, which indicates that it is not a component or an instruction, but just a special tag. Use(ng-container The content of the template included in the representation does not include itself. )

1. Angular code snippet

Expand Down