Files
alfresco-ng2-components/lib/content-services/index.ts
Eugenio Romano 2761626f55 [ADF-ADF-2528] share directive (#3102)
* share file directive

* share link phase 2

* share dialog

* share dialog test

* more documentation

* add more meaningfully specification

* Add  description in the dialog
2018-03-20 22:32:56 +00:00

49 lines
1.7 KiB
TypeScript

/*!
* @license
* Copyright 2016 Alfresco Software, Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from './content.module';
export * from './social/social.module';
export * from './tag/tag.module';
export * from './webscript/webscript.module';
export * from './document-list/document-list.module';
export * from './upload/upload.module';
export * from './search/search.module';
export * from './site-dropdown/sites-dropdown.module';
export * from './breadcrumb/breadcrumb.module';
export * from './version-manager/version-manager.module';
export * from './content-node-selector/content-node-selector.module';
export * from './dialogs/dialog.module';
export * from './folder-directive/folder-directive.module';
export * from './content-metadata/content-metadata.module';
export * from './directives/content-directive.module';
export * from './directives';
export * from './social';
export * from './tag';
export * from './webscript';
export * from './document-list';
export * from './upload';
export * from './search';
export * from './site-dropdown';
export * from './breadcrumb';
export * from './version-manager';
export * from './content-node-selector';
export * from './dialogs';
export * from './folder-directive';
export * from './content-metadata';