diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8c972237bb4..97fbc69f69d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,11 +12,11 @@ Please ask before on our gitter channel https://gitter.im/Alfresco/alfresco-ng2- - [ ] Support request - [ ] Documentation ``` -**Current behavior:** - +**Current behaviour:** + **Expected behavior:** - + **Steps to reproduce the issue:** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 76d5ed14b4f..f2d0a967c7c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,11 +20,11 @@ [ ] Other... Please describe: ``` -**What is the current behavior?** (You can also link to an open issue here) +**What is the current behaviour?** (You can also link to an open issue here) -**What is the new behavior?** +**What is the new behaviour?** diff --git a/demo-shell-ng2/README.md b/demo-shell-ng2/README.md index 31136a7a7c4..629f71b18b0 100644 --- a/demo-shell-ng2/README.md +++ b/demo-shell-ng2/README.md @@ -12,7 +12,7 @@ ## Installing -To correctly use this demo check that on your machine is running [Node](https://nodejs.org/en/) version 6.9.2 LTS or higher. +To correctly use this demo check that on your machine is running [Node](https://nodejs.org/en/) version 5.x.x or higher. ```sh git clone https://github.com/Alfresco/alfresco-ng2-components.git @@ -26,7 +26,7 @@ npm install npm start ``` -This command compiles and starts the project in watch mode. +This command compiles and starts the project in watch mode. Browser will automatically reload upon changes. Upon start you can navigate to `http://localhost:3000` with your preferred browser. @@ -41,7 +41,7 @@ npm run build npm run start:dist ``` -This command builds broject in `production` mode. +This command builds project in `production` mode. All output is placed to `dist` folder and can be served your preferred web server. You should need no additional files outside the `dist` folder. @@ -81,4 +81,20 @@ Directory structure: │ └── fr.json ``` +## Custom-files +If you need to add custom files on your project you can add this files in the folders public + +``` +. +├── public/ +│ ├── images/ +│ ├── css/ +│ └── js/ +``` + +the public folder above wil be copied in the root of your project and you can refer to them for example as + + * './images/custom_image.png' + * './js/custom_script.js' + * './css/custom_style.css' diff --git a/demo-shell-ng2/WINDOWS.md b/demo-shell-ng2/WINDOWS.md deleted file mode 100644 index a7723008c54..00000000000 --- a/demo-shell-ng2/WINDOWS.md +++ /dev/null @@ -1,3 +0,0 @@ -#Windows Installation of *Alfresco Angular 2 Components* project - -See https://github.com/Alfresco/alfresco-ng2-components/blob/master/Prerequisites.md diff --git a/demo-shell-ng2/app/app.component.html b/demo-shell-ng2/app/app.component.html index aeee137ec91..e125bbfd183 100644 --- a/demo-shell-ng2/app/app.component.html +++ b/demo-shell-ng2/app/app.component.html @@ -19,7 +19,7 @@ @@ -39,14 +39,14 @@ - - - - + + + + Components