mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
* in progress * moved UserInfoDialogPage, AppListCloudPage, LoginSSOPage and TabsPage. ADF-4166 * moved UserInfoDialogPage, AppListCloudPage, LoginSSOPage and TabsPage. ADF-4166 * linting fixes * crc's * crc's * added adf-testing to package.json file * fix for failing unit tests * fixes * test failure fixes * test failure fixes * reverted ot old location pages/adf/navigationBarPage * added the testing variable to affected-libs file and changed the version to 3.1.0-beta5 and added the missing adf-content-services dependency. * Fix the material export * Remove the reference to the tse2econfig not allowed * fix failing test * Update user-info.page.ts
11 lines
320 B
TypeScript
11 lines
320 B
TypeScript
/*
|
|
* Public API Surface of testing
|
|
*/
|
|
|
|
export * from './lib/core/public-api';
|
|
export * from './lib/material/public-api';
|
|
export * from './lib/content-services/public-api';
|
|
export * from './lib/process-services/public-api';
|
|
export * from './lib/process-services-cloud/public-api';
|
|
export * from './lib/testing.module';
|