mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
/**
|
|
* Platform agnostic services.
|
|
* Can be used both in the browser and on the server.
|
|
*/
|
|
export * from 'angular2/src/platform/location';
|