Hi Maria,

Yes, you are wrong;-) You can have as many entry pages as you want in one 
domain. "routing" between 2 pages is as simple as putting an 
old-fashioned hyperlink between the 2.

<a href="/foldername/myAppname.html">start myApp</a>
<a href="/otherFoldername/">start app that has the name index.html</a>

Angular has zero bearing on this. Make sure your server is configured so 
that it returns the html file that starts your application on 404. Most 
servers allow you to do this for each folder. 

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" 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.

Reply via email to