-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
angular2 #15
Comments
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 |
is there an example...thanks on response |
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 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 :) |
Is there option with angular 2 in frontend and node js in backend
The text was updated successfully, but these errors were encountered: