mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
|
||
|---|---|---|
| .. | ||
| anchor_spec.ts | ||
| BUILD.bazel | ||
| component_view_spec.ts | ||
| element_spec.ts | ||
| embedded_view_spec.ts | ||
| helper.ts | ||
| ng_content_spec.ts | ||
| ng_module_spec.ts | ||
| provider_spec.ts | ||
| pure_expression_spec.ts | ||
| query_spec.ts | ||
| services_spec.ts | ||
| text_spec.ts | ||
| view_def_spec.ts | ||