mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* [ADF-3745] Added Extensions folder and index section to docs * [ADF-3745] Fixed static links in README.md * [ADF-3745] Fixed typo in readme contents section
30 lines
1.0 KiB
Markdown
30 lines
1.0 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_ | _Not currently documented_ | [Source](../../lib/extensions/src/lib/components/dynamic-component/dynamic.component.ts) |
|
|
| _Dynamic tab component_ | _Not currently documented_ | [Source](../../lib/extensions/src/lib/components/dynamic-tab/dynamic-tab.component.ts) |
|
|
|
|
## Services
|
|
|
|
| Name | Description | Source link |
|
|
| ---- | ----------- | ----------- |
|
|
| _Extension loader service_ | _Not currently documented_ | [Source](../../lib/extensions/src/lib/services/extension-loader.service.ts) |
|
|
| _Extension service_ | _Not currently documented_ | [Source](../../lib/extensions/src/lib/services/extension.service.ts) |
|
|
|
|
<!--extensions end-->
|