Skip to content

Commit bda8cd5

Browse files
authored
Merge pull request #71 from VasileDurlesteanu/master
Update README.md
2 parents 7a02ddb + 579b17d commit bda8cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1347,12 +1347,12 @@ You can download the PDF and Epub version of this repository from the latest run
13471347
**[⬆ Back to Top](#table-of-contents)**
13481348
13491349
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 time i.e. they are not used in any angular template. Instead, the component is instantiated and placed in the application at runtime.
13511351
13521352
**[⬆ Back to Top](#table-of-contents)**
13531353
13541354
60. ### What are the various kinds of directives?
1355-
There are mainly three kinds of directives,
1355+
There are mainly three kinds of directives:
13561356
1. **Components** — These are directives with a template.
13571357
2. **Structural directives** — These directives change the DOM layout by adding and removing DOM elements.
13581358
3. **Attribute directives** — These directives change the appearance or behavior of an element, component, or another directive.

0 commit comments

Comments
 (0)