Skip to content

Commit

Permalink
Add the source map for Angular TodoMVC build. (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
rniwa authored Feb 15, 2024
1 parent 2640aff commit 3d78224
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 6 deletions.
3 changes: 3 additions & 0 deletions resources/todomvc/architecture-examples/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>TodoMVC: Angular</title>
<link rel="stylesheet" href="styles.4407ee83dbe11741.css"></head>
<link rel="stylesheet" href="styles.746a93d9fd4de753.css"></head>
<body>
<app-root></app-root>
<footer class="info">
Expand All @@ -15,5 +15,5 @@
<p>Press 'enter' to add the todo.</p>
<p>Double-click to edit a todo</p>
</footer>
<script src="runtime.27845ceb5aedcb1f.js" type="module"></script><script src="polyfills.55e452bef9dff314.js" type="module"></script><script src="main.595e2dc0ba79b332.js" type="module"></script></body>
<script src="runtime.557aa15b5f22cb0a.js" type="module"></script><script src="polyfills.35f89f9aebee2e5c.js" type="module"></script><script src="main.db97198c6e808d8a.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3d78224

Please sign in to comment.