NodeDirectUploader icon indicating copy to clipboard operation
NodeDirectUploader copied to clipboard

angular2

Open davidmarjanac opened this issue 8 years ago • 3 comments

Is there option with angular 2 in frontend and node js in backend

davidmarjanac avatar Oct 19 '17 09:10 davidmarjanac

Hi, the code in this repository is written in plain ES6 JavaScript. The back-end is in Node, as you ask, and the front-end code could be easily refactored to fit inside your Angular app

willwebberley avatar Oct 19 '17 10:10 willwebberley

is there an example...thanks on response

davidmarjanac avatar Oct 19 '17 10:10 davidmarjanac

Unfortunately there is no Angular 2 example in this repository. As I said, the code here is mainly just to illustrate the process rather than to apply it to any particular framework, and it should easily be translatable into an Angular app (though in such an app you may wish to take advantage of Angular's own Http class).

If you want to learn Angular, then I suggest you follow the tutorial: https://angular.io/guide/quickstart. Once you've got a greater understanding of it then fitting in the mechanism from this repo should be straight forward :)

willwebberley avatar Oct 19 '17 10:10 willwebberley