angular/packages/platform-browser/src/browser
Ben Lesh d7eaae6f22 refactor(ivy): Move instructions back to ɵɵ (#30546)
There is an encoding issue with using delta `Δ`, where the browser will attempt to detect the file encoding if the character set is not explicitly declared on a `<script/>` tag, and Chrome will find the `Δ` character and decide it is window-1252 encoding, which misinterprets the `Δ` character to be some other character that is not a valid JS identifier character

So back to the frog eyes we go.

```
    __
   /ɵɵ\
  ( -- ) - I am ineffable. I am forever.
 _/    \_
/  \  /  \
==  ==  ==
```

PR Close #30546
2019-05-20 16:37:47 -07:00
..
location feat(common): add @angular/common/upgrade package for $location-related APIs (#30055) 2019-04-24 13:49:29 -07:00
tools docs: convert all @experimental tags to @publicApi tags (#26595) 2018-10-19 14:35:52 -07:00
browser_adapter.ts refactor: remove toplevel property accesses (#29329) 2019-05-16 12:08:49 -07:00
generic_browser_adapter.ts refactor: remove redundant error in catch (#25478) 2019-01-04 15:42:19 -08:00
meta.ts refactor(ivy): Move instructions back to ɵɵ (#30546) 2019-05-20 16:37:47 -07:00
server-transition.ts refactor: move DOCUMENT imports from platform-browser to common (#29237) 2019-03-14 16:01:57 -04:00
testability.ts fix(platform-browser): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
title.ts refactor(ivy): Move instructions back to ɵɵ (#30546) 2019-05-20 16:37:47 -07:00
transfer_state.ts refactor: move DOCUMENT imports from platform-browser to common (#29237) 2019-03-14 16:01:57 -04:00