mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-NO-ISSUE] Removing wrong dependencies (#4458)
This commit is contained in:
committed by
Eugenio Romano
parent
a7a48e8b2b
commit
f9e39aaebd
18
lib/testing/src/lib/core/material/public-api.ts
Normal file
18
lib/testing/src/lib/core/material/public-api.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
/*!
|
||||
* @license
|
||||
* Copyright 2019 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 './tabs.page';
|
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
import { element, by } from 'protractor';
|
||||
import { BrowserVisibility } from '../core/browser-visibility';
|
||||
import { BrowserVisibility } from '../browser-visibility';
|
||||
|
||||
export class TabsPage {
|
||||
|
@@ -3,5 +3,4 @@
|
||||
*/
|
||||
|
||||
export * from './header.page';
|
||||
export * from '../../material/tabs.page';
|
||||
export * from './user-info.page';
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
import { element, by, browser, protractor } from 'protractor';
|
||||
import { BrowserVisibility } from '../browser-visibility';
|
||||
import { TabsPage } from '../../material/tabs.page';
|
||||
import { TabsPage } from '../material/tabs.page';
|
||||
|
||||
export class UserInfoPage {
|
||||
|
||||
|
@@ -4,3 +4,4 @@
|
||||
|
||||
export * from './browser-visibility';
|
||||
export * from './pages/public-api';
|
||||
export * from './material/public-api';
|
||||
|
@@ -1,5 +0,0 @@
|
||||
/*
|
||||
* Public API Surface of testing
|
||||
*/
|
||||
|
||||
export * from './tabs.page';
|
@@ -3,7 +3,5 @@
|
||||
*/
|
||||
|
||||
export * from './login-sso.page';
|
||||
export * from '../../core/pages/user-info.page';
|
||||
export * from '../app/app-list-cloud.page';
|
||||
export * from './start-tasks-cloud-component.page';
|
||||
export * from './task-header-cloud-component.page';
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
export * from './lib/core/public-api';
|
||||
export * from './lib/material/public-api';
|
||||
export * from './lib/core/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';
|
||||
|
Reference in New Issue
Block a user