mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
#440 rename to 'ng2-activiti-form'
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
import { Component, OnInit, AfterViewChecked } from '@angular/core';
|
||||
import { ActivitiForm, FormService } from 'ng2-alfresco-activiti-form';
|
||||
import { ActivitiForm, FormService } from 'ng2-activiti-form';
|
||||
|
||||
|
||||
declare let __moduleName: string;
|
||||
|
@@ -82,7 +82,7 @@
|
||||
"ng2-alfresco-search": "0.2.0",
|
||||
"ng2-alfresco-upload": "0.2.0",
|
||||
"ng2-alfresco-viewer": "0.2.0",
|
||||
"ng2-alfresco-activiti-form": "0.2.0"
|
||||
"ng2-activiti-form": "0.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "2.10.0",
|
||||
|
@@ -18,7 +18,7 @@
|
||||
'ng2-alfresco-search': 'node_modules/ng2-alfresco-search/dist',
|
||||
'ng2-alfresco-upload': 'node_modules/ng2-alfresco-upload/dist',
|
||||
'ng2-alfresco-viewer': 'node_modules/ng2-alfresco-viewer/dist',
|
||||
'ng2-alfresco-activiti-form': 'node_modules/ng2-alfresco-activiti-form/dist'
|
||||
'ng2-activiti-form': 'node_modules/ng2-activiti-form/dist'
|
||||
};
|
||||
// packages tells the System loader how to load when no filename and/or no extension
|
||||
var packages = {
|
||||
@@ -35,7 +35,7 @@
|
||||
'ng2-alfresco-search': { main: 'index.js', defaultExtension: 'js'},
|
||||
'ng2-alfresco-upload': { main: 'index.js', defaultExtension: 'js'},
|
||||
'ng2-alfresco-viewer': { main: 'index.js', defaultExtension: 'js'},
|
||||
'ng2-alfresco-activiti-form': { main: 'index.js', defaultExtension: 'js'}
|
||||
'ng2-activiti-form': { main: 'index.js', defaultExtension: 'js'}
|
||||
};
|
||||
var ngPackageNames = [
|
||||
'common',
|
||||
|
Reference in New Issue
Block a user