I think he is asking how to bootstrap more then one app in a html page.
like :
System.import('app/boot1')
.then(null, console.error.bind(console));
System.import('app/boot2')
.then(null, console.error.bind(console));
or
bootstrap([Home1,Home2], [ROUTER_PROVIDERS, HTTP_PROVIDERS]);
???
In AngularJs 1.xxx, the first app should bootstrap the second. Not sure in
Augular 2
On Wednesday, February 17, 2016 at 8:04:22 PM UTC+11, 杨少锋 wrote:
>
> I want structuring a project with 5 apps for using
> *generator-angular-require* ,
> directory struct like this
>
> MyProjects
> apps
> app1
> app2
> app3
> app4
> app5
> common
> package.json
> Gruntfile.js
> common
> ...
>
> but i don't know how to configure it , any idea for help?
>
--
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.