mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* [ADF-3846] Added some doc comments and skeleton doc files * [ADF-3846] Added basic docs for Extensions library * [ADF-3846] Fixes to index pages * [ADF-3846] Did tslint check and fixed error with doc comment
29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
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) |
|
|
| [Dynamic tab component](dynamic-tab.component.md)  | Displays dynamically-loaded extensions with tabs. | [Source](../../lib/extensions/src/lib/components/dynamic-tab/dynamic-tab.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-->
|