I agree with Mo on this, you really should look into the angular-cli system. It's frickin brilliant. Although you are quite far in your project (judging by the files in your directory), it will be easy to move it over.
It also comes with a webpack builder built into it, so no more messing about with SystenJS. Adding new components is a matter of ng g component <component-name-here>. You can add components, services, classes, modules and they are currently working on adding routes. Regards Anthoni On Thursday, 20 October 2016 15:54:22 UTC+1, Mo Moadeli (CREDACIOUS) wrote: > > You should look at Angular 2's angular-cli <https://cli.angular.io/> package > (which is in beta). It's a powerful command line tool for creating AJS 2 > projects, running, building/packaging/bundling and testing them. I you can > create a seed in a minute. At it's very core is an opinionated file > structure not unlike Yeoman. The main AJS 2 site also has a style guide > <https://angular.io/docs/ts/latest/guide/style-guide.html> which is more > or less what's in angular-cli. > > Mo > > On Tuesday, August 9, 2016 at 3:40:52 AM UTC-4, [email protected] wrote: >> >> Hi Guyz, >> >> Greetings !! >> >> >> I'm new in angular2, looking forward to work in it. I've started a >> project but not sure whether m following a standard and conventional folder >> structure for angular2. >> >> Below is the snapshot of my *current folder structure* and here's the >> *github link >> <https://github.com/sumitknoldus/yourManager>* for that. Enlighten me >> with your feedback if there's any area of improvement in my structure. Be >> brutally honest. >> >> >> >> >> <https://lh3.googleusercontent.com/-R593rpjUGVo/V6mI25bKg7I/AAAAAAAAAGs/0ICjtDT4vwYhYLyGvTZ0ODyHPyZO4taowCLcB/s1600/angular2folderstrucuture.png> >> >> >> I've also came accross another angular2 seed project. here's the link >> <https://github.com/mgechev/angular2-seed> , It's a very good seed >> project I'm following this as a benchmark making my structure better. But I >> need your suggestion regarding my current structure that am I going on the >> right track. >> >> >> -- You received this message because you are subscribed to the Google Groups "Angular" 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.
