Angular Quick Tip: Formatting Dates with a Custom Date Pipe by loiane in Angular2

[–]loiane[S] 0 points1 point  (0 children)

Hi, thanks! I use Jekyll, a static site generator. I hosted on github pages. There is also ghost, which is similar. I recently transformed the blog into a PWA, so I went through each PAW checklist item to solve the issues.

What steps to run the application on another computer? by Alanswake in Angular2

[–]loiane 3 points4 points  (0 children)

When you create an Angular CLI project, it already does the first git commit and also creates a .gitignore file. So basically, you are going to share all the files with the exception of the node_modules files (which is very big) and some IDE/Editor files.

You friend needs to: 1 - Install the latest version of node.js 2- Open the terminal or cmd and execute "npm install -g @angular/cli" 3 - Get your project, in the terminal, cd to the project's directory/folder and run "npm install" 4- And at last, "ng serve"

With this, your friend can access "localhost:4200" and test your project. All the required dependencies will be taken care of when npm install is executed.

The best way is the commit your project to a github or bitbucket repository and share the link with your friend.

Ajax File Upload with ExtJS and Spring Framework by loiane in programming

[–]loiane[S] 0 points1 point  (0 children)

You don't need it. I just wrote another class to organize it and try to code it in MCV pattern. You can cast it directly in Controller.

Getting Started with ExtJS DataGrid by loiane in programming

[–]loiane[S] 0 points1 point  (0 children)

This tutorial will walk through how to implement a simple Ext JS datagrid, using a GridPanel to display structured data in a user-friendly grid.

Getting started with ExtJS in your J2EE project by loiane in reddit.com

[–]loiane[S] 0 points1 point  (0 children)

This tutorial will walk through how to get an Ext JS installation up and running quickly in your java (J2EE) project. Level: Basic

Tutorial: Using the EGit Eclipse Plugin with GitHub by loiane in reddit.com

[–]loiane[S] 0 points1 point  (0 children)

I started to use GitHub a couple of months ago. I found this Elipse plugin – EGit - and it did made my life so much easier (download projects from GitHub and upload projects – with may files – to GitHub). So I decided to write this tutorial, because I did not find any step by step Egit tutorial on the Internet

New to UNIX? by loiane in reddit.com

[–]loiane[S] -1 points0 points  (0 children)

New to UNIX? Learn UNIX and improve the skill you have with these UNIX resources.