mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Abn content fixes (#6957)
* Remove double backslashes from markdown files. Neither github nor the ABN understands them. * Make a <br /> tag self-closing, for the purposes of the ABN
This commit is contained in:
committed by
GitHub
parent
efe625ea33
commit
dd5fc685b8
@@ -473,7 +473,7 @@ Now you can access Document List properties or call methods directly:
|
||||
console.log(documentList.currentFolderId);
|
||||
```
|
||||
|
||||
**Important note**:\\
|
||||
**Important note**:
|
||||
You must not access child components any earlier in the component lifecycle than
|
||||
the `AfterViewInit` state. Any UI click (buttons, links, etc.) event handlers are fine but
|
||||
an earlier event like `ngOnInit` is not.
|
||||
|
Reference in New Issue
Block a user