mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* [ADF-3745] Fixed broken links * [ADF-3745] Added broken link fix for version index * [ADF-3745] Fixed issues caught by Markdown structure checker * [ADF-3745] Fixed broken external links and their tool config
28 lines
955 B
Markdown
28 lines
955 B
Markdown
---
|
|
Title: Extensions API
|
|
Github only: true
|
|
---
|
|
|
|
# Extensions API
|
|
|
|
Contains components related to the Extensions functionality.
|
|
See the library's
|
|
[README file](../../lib/extensions/README.md)
|
|
for more information about installing and using the source code.
|
|
|
|
<!--extensions start-->
|
|
|
|
## Components
|
|
|
|
| Name | Description | Source link |
|
|
| ---- | ----------- | ----------- |
|
|
| [Dynamic component](dynamic.component.md)  | Displays dynamically-loaded extension components. | [Source](../../lib/extensions/src/lib/components/dynamic-component/dynamic.component.ts) |
|
|
|
|
## Services
|
|
|
|
| Name | Description | Source link |
|
|
| ---- | ----------- | ----------- |
|
|
| [Extension service](extension.service.md)  | Manages and runs basic extension functionality. | [Source](../../lib/extensions/src/lib/services/extension.service.ts) |
|
|
|
|
<!--extensions end-->
|