Fix prefix adf- import (#2657)

* fix prefix adf- import

* missing conf file prefix replacement

* fix demo shell start
This commit is contained in:
Eugenio Romano
2017-11-17 02:46:31 +00:00
committed by GitHub
parent 303d016615
commit ff2e855aa3
193 changed files with 450 additions and 337 deletions

View File

@@ -15,7 +15,7 @@
* limitations under the License.
*/
import { DataTableModule, PipeModule } from '@alfresco/core';
import { DataTableModule, PipeModule } from '@alfresco/adf-core';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { TranslateModule } from '@ngx-translate/core';