I don't know about that, there's of course libraries for using code from another language but angular best features are in the html side, i think the best way is to serve angular in the web, and also have the same code in a desktop app be it with NW.js or Electron, that wraps your code in a simplified browser.
El viernes, 8 de enero de 2016, 8:36:42 (UTC-5), Tariq Sajid escribió: > > Hi i am asking it to clear my concept > So the scenario is i am making a student management system this can be use > by student,teacher and administration . > the student can view their attendance and personal info using web > and teacher can edit the attendance using web > and admin can enter new class ,add or delete student and make reports > using desktop GUI > maybe this pic help > > > <https://lh3.googleusercontent.com/-xgF_1aWLhOY/Vo-7XKK-MxI/AAAAAAAAEMY/vfefECOAY-U/s1600/Capture.PNG> > > > now i made this in angularjs that can be use only by web browser what if i > want to use the same code in desktop like application e.g i can made it in > c# using wpf and use rest api to get the data and then apply logic but what > if i define the logic in angular model one time and then use it for both > web and desktop > > is their and framework that can use angularjs logic and for desktop GUI > it use the native rendering. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
