You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2225,7 +2225,7 @@ You can download the PDF and Epub version of this repository from the latest run
2225
2225
**[⬆ Back to Top](#table-of-contents)**
2226
2226
2227
2227
121. ### What is a builder?
2228
-
A builder function ia a function that uses the `Architect API` to perform a complex process such as "build" or "test". The builder code is defined in an npm package. For example, BrowserBuilder runs a webpack build for a browser target and KarmaBuilder starts the Karma server and runs a webpack build for unit tests.
2228
+
A builder function is a function that uses the `Architect API` to perform a complex process such as "build" or "test". The builder code is defined in an npm package. For example, BrowserBuilder runs a webpack build for a browser target and KarmaBuilder starts the Karma server and runs a webpack build for unit tests.
2229
2229
2230
2230
**[⬆ Back to Top](#table-of-contents)**
2231
2231
@@ -4594,4 +4594,4 @@ You can download the PDF and Epub version of this repository from the latest run
4594
4594
274. ### What is content projection?
4595
4595
Content projection is a pattern in which you insert, or project, the content you want to use inside another component.
4596
4596
275. ### What is ng-content and its purpose?
4597
-
The ng-content is used to insert the content dynamically inside the component that helps to increase component reusability.
4597
+
The ng-content is used to insert the content dynamically inside the component that helps to increase component reusability.
0 commit comments