angular/modules/@angular/common
Igor Minar e93b3d2360 fix(Location): make Location#platformStrategy:LocationStrategy property private
BREAKING CHANGE: Location#platformStrategy property was previously accidentaly exported as public

If any application requires access to the current location strategy, it should be accessed via DI instead
by injecting the LocationStrategy token.

The likelyhood of anyone actually depending on this property is very low.
2016-06-01 10:43:22 -07:00
..
src fix(Location): make Location#platformStrategy:LocationStrategy property private 2016-06-01 10:43:22 -07:00
test feat(common/datePipe): change date formatter to use correct pattern closes #7008 (#8154) 2016-05-26 12:06:29 -07:00
testing fix(Location): make Location#platformStrategy:LocationStrategy property private 2016-06-01 10:43:22 -07:00
common.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
index.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
tsconfig-es5.json build: consolidate tsc to ease migration to @types/ based typings delivery 2016-05-25 08:22:07 -07:00
tsconfig-es2015.json build: turn on tsc's stripInternal when producint public d.ts file 2016-05-20 10:59:57 -07:00