Skip to content

Commit 3917657

Browse files
committed
flash build
1 parent 1b45687 commit 3917657

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<link rel="stylesheet" href="styles.31d6cfe0d16ae931b73c.css"></head>
88
<body>
99
<app-root></app-root>
10-
<script src="runtime.ffff39c52b8523580515.js" defer></script><script src="polyfills.e3159c7fb483af5a7b43.js" defer></script><script src="main.5e19ecee0f307d3c28fd.js" defer></script>
10+
<script src="runtime.ffff39c52b8523580515.js" defer></script><script src="polyfills.e3159c7fb483af5a7b43.js" defer></script><script src="main.58e9d7819c50f3c0eadf.js" defer></script>
1111

1212
</body></html>

docs/main.5e19ecee0f307d3c28fd.js renamed to docs/main.58e9d7819c50f3c0eadf.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/heroes/mock-heroes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ export const HEROES: Hero[] = [
1010
{ id: 17, name: 'Dynama' },
1111
{ id: 18, name: 'Dr IQ' },
1212
{ id: 19, name: 'Magma' },
13-
{ id: 20, name: 'Tornado' }
13+
{ id: 20, name: 'Tornado' },
14+
{ id: 21, name: 'Flash'}
1415
];

0 commit comments

Comments
 (0)