[ADF-2514][ADF-2517][ADF-2143] Fix build isssues (#3097)

* fix remove angular folder problem

* fix npm import cli

* fix search module

* fix comment

* fix tsconfig output

* es 20016 tsconfig

* travis add demo shell dist

* exclude datapicker process services

* demo shell script fix

* bundle check new build

* add simulate publish

* invert publish

* test distribution

* improve sh help

* uncomment script

* finally got the guilty piece of code

* run e2e
This commit is contained in:
Eugenio Romano
2018-03-20 11:53:11 +00:00
committed by GitHub
parent c06cf28769
commit c578529b15
19 changed files with 188 additions and 49 deletions

View File

@@ -29,14 +29,14 @@ import { SearchControlComponent } from './components/search-control.component';
import { SearchComponent } from './components/search.component';
import { EmptySearchResultComponent } from './components/empty-search-result.component';
export const ALFRESCO_SEARCH_DIRECTIVES: [any] = [
export const ALFRESCO_SEARCH_DIRECTIVES: any[] = [
SearchComponent,
SearchControlComponent,
SearchTriggerDirective,
EmptySearchResultComponent
];
export const ALFRESCO_SEARCH_PROVIDERS: [any] = [
export const ALFRESCO_SEARCH_PROVIDERS: any[] = [
SearchService
];