As always, the answer is "it depends". 

How are you loading and bootstrapping your app? Is it systemjs, like the 
quickstart example? If yes, then when with your systemjs you '*import*' 
something like '*app/main*', that *app/main* will in turn *import { 
bootstrap } from '@angular/platform-browser-dynamic';* and other things, so 
systemjs will load those first, then show them etc. What does your 
*System.config()* look like, if you use it?

Also your deploy strategy may affect it. You may transpile (potentially), 
build, pack, concat and merge your app into one single "*main.js*" file 
which will hold everything needed in there.




On Thursday, June 23, 2016 at 5:26:07 AM UTC+2, Vern Jensen wrote:
>
> I see that in this tutorial:
>
> https://angular.io/docs/ts/latest/quickstart.html
>
> it does not include any Angular scripts in the HTML. I used to have:
> <script src="./node_modules/angular2/bundles/angular2.dev.js"></script>
> <script src="./node_modules/angular2/bundles/router.dev.js"></script>
> <script 
> src="./node_modules/angular2/bundles/angular2-polyfills.js"></script>
>
> Are those somehow no longer required??
>

-- 
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.

Reply via email to