This commit is contained in:
Mario Romano
2016-06-15 11:56:06 +01:00
parent e6f8893b35
commit 650775045b
9 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Angular 2 Document List - Demo</title>
<title>Alfresco Angular 2 Document List - Demo</title>
<base href="./">
<!-- Google Material Design Lite -->

View File

@@ -26,7 +26,7 @@ Components included:
Add the following dependency to your index.html:
```html
<script src="node_modules/alfresco-core-rest-api/bundle.js"></script>
<script src="node_modules/alfresco-js-api/bundle.js"></script>
```
Also make sure you include these dependencies in your .html page:

View File

@@ -2,17 +2,18 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Alfresco Angular 2 Testing - Demo</title>
<title>Alfresco Angular 2 Login - Demo</title>
<base href="./">
<!-- Google Material Design Lite -->
<link rel="stylesheet" href="/assets/material.orange-blue.min.css">
<link rel="stylesheet" href="assets/material.orange-blue.min.css">
<script src="node_modules/material-design-lite/material.min.js"></script>
<link rel="stylesheet" href="node_modules/material-design-icons/iconfont/material-icons.css">
<!-- 1. Load libraries -->
<!-- Polyfill(s) for older browsers -->
<script src="node_modules/core-js/client/shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>
<script src="node_modules/reflect-metadata/Reflect.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>

View File

@@ -15,8 +15,8 @@
* limitations under the License.
*/
import { bootstrap } from '@angular/platform-browser-dynamic';
import { Component } from '@angular/core';
import { bootstrap } from '@angular/platform-browser-dynamic';
import {
Router,
RouteConfig,

View File

@@ -21,8 +21,8 @@
'angular2-in-memory-web-api': { main: 'index.js', defaultExtension: 'js' },
'ng2-translate': { defaultExtension: 'js' },
'ng2-alfresco-login': { defaultExtension: 'js' },
'ng2-alfresco-core': { defaultExtension: 'js' }
'ng2-alfresco-core': { defaultExtension: 'js' },
'ng2-alfresco-login': { defaultExtension: 'js' }
};
var ngPackageNames = [
'common',

View File

@@ -78,9 +78,8 @@
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12",
"angular2-in-memory-web-api": "0.0.11",
"ng2-alfresco-core": "^0.1.0",
"alfresco-core-rest-api": "^0.1.0",
"alfresco-js-api": "^0.1.0",
"ng2-translate": "2.1.0"
},
"devDependencies": {

View File

@@ -29,7 +29,7 @@ This component, provide a buttons to upload files to alfresco.
Add the following dependency to your index.html:
```html
<script src="node_modules/alfresco-core-rest-api/bundle.js"></script>
<script src="node_modules/alfresco-js-api/bundle.js"></script>
```
Also make sure you include these dependencies in your .html page:

View File

@@ -6,7 +6,7 @@
<base href="./">
<!-- Google Material Design Lite -->
<link rel="stylesheet" href="/assets/material.orange-blue.min.css">
<link rel="stylesheet" href="assets/material.orange-blue.min.css">
<script src="node_modules/material-design-lite/material.min.js"></script>
<link rel="stylesheet" href="node_modules/material-design-icons/iconfont/material-icons.css">

View File

@@ -73,7 +73,7 @@
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12",
"angular2-in-memory-web-api": "0.0.11",
"alfresco-js-api": "^0.1.0",
"ng2-alfresco-core": "^0.1.0",
"ng2-translate": "2.1.0"
},