Hi, 

I am developing app using .ts angular2 and have few issues related with 
imports.

I recently switched to beta17 as most recent and have problem with 
importing Location and LocationStrategy, also have problems with importing 
Routes.
So far I use with 

        import {Routes, ...} from 'angular2/router';

but this wont work.

In source code of angular and in official documentation I saw something 
like 

        import {Routes, ...} from '@angular/router';

Can someone tell me how to import mentioned components and also how to 
setup environment for downloading and using source code of angular in 
educational purposes.

Thanks,

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