mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
10 lines
180 B
HTML
10 lines
180 B
HTML
|
|
<!doctype html>
|
||
|
|
<html>
|
||
|
|
<title>Sourcemaps</title>
|
||
|
|
<body>
|
||
|
|
Please look into the console and check whether the stack trace is mapped
|
||
|
|
via source maps!
|
||
|
|
$SCRIPTS$
|
||
|
|
</body>
|
||
|
|
</html>
|