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-2
Original file line number
Diff line number
Diff line change
@@ -1347,12 +1347,12 @@ You can download the PDF and Epub version of this repository from the latest run
1347
1347
**[⬆ Back to Top](#table-of-contents)**
1348
1348
1349
1349
59. ### What are dynamic components?
1350
-
Dynamic components are the components in which components location in the application is not defined at build time.i.e, They are not used in any angular template. But the component is instantiated and placed in the application at runtime.
1350
+
Dynamic components are the components in which the component's location in the application is not defined at build timei.e. they are not used in any angular template. Instead, the component is instantiated and placed in the application at runtime.
1351
1351
1352
1352
**[⬆ Back to Top](#table-of-contents)**
1353
1353
1354
1354
60. ### What are the various kinds of directives?
1355
-
There are mainly three kinds of directives,
1355
+
There are mainly three kinds of directives:
1356
1356
1. **Components** — These are directives with a template.
1357
1357
2. **Structural directives** — These directives change the DOM layout by adding and removing DOM elements.
1358
1358
3. **Attribute directives** — These directives change the appearance or behavior of an element, component, or another directive.
0 commit comments