angular/devtools/projects/shell-browser/src/devtools.html
Sheik Althaf f8e5119435 refactor(devtools): migrate devtools to prettier formatting (#58624)
Added html and scss to ng-dev formatter. This is reduce the formatting changes coming in PRs.

PR Close #58624
2024-11-19 16:31:24 -08:00

12 lines
320 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>DevTools</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
</head>
<body>
<script src="devtools_bundle.js"></script>
</body>
</html>