For the code, depends on which module system you're using. WebPack will work with CommonJS and SystemJSBuilder will work with SystemJS. I know that WebPack can be used to pull in HTML and CSS at compile time.
Does that help? On Thu, Jun 30, 2016, 07:39 <[email protected]> wrote: > Hello > > if i have 15-20 script file and same CSS files, to inculde in my project i > have to linked these in my index.html page. but that will be very hudge > code, can anyone tell me is their any way or method so that i can do > bundling (Consulted file) like MVC. in angular js project > > -- > 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. > -- 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.
