Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bfa2411

Browse filesBrowse files
committed
Fix background image url for Angular 11 compiler.
1 parent eb7ef58 commit bfa2411
Copy full SHA for bfa2411

File tree

Expand file treeCollapse file tree

4 files changed

+5
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+5
-3
lines changed
Open diff view settings
Collapse file

‎demos/snow-fall-angular11/dist/index.html‎

Copy file name to clipboardExpand all lines: demos/snow-fall-angular11/dist/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
<!-- Moving H1 into app so that I can control the z-index. -->
1717
<app-root></app-root>
1818

19-
<script src="runtime.359d5ee4682f20e936e9.js" defer></script><script src="polyfills.1ae91b9fdcfc948d255f.js" defer></script><script src="main.ce29a85f9f1857a44382.js" defer></script></body>
19+
<script src="runtime.359d5ee4682f20e936e9.js" defer></script><script src="polyfills.1ae91b9fdcfc948d255f.js" defer></script><script src="main.e5234b5ec3828dd554ce.js" defer></script></body>
2020
</html>
Collapse file

‎…ular11/dist/main.ce29a85f9f1857a44382.js‎ ‎…ular11/dist/main.e5234b5ec3828dd554ce.js‎demos/snow-fall-angular11/dist/main.ce29a85f9f1857a44382.js renamed to demos/snow-fall-angular11/dist/main.e5234b5ec3828dd554ce.js demos/snow-fall-angular11/dist/main.ce29a85f9f1857a44382.js renamed to demos/snow-fall-angular11/dist/main.e5234b5ec3828dd554ce.js

Copy file name to clipboardExpand all lines: demos/snow-fall-angular11/dist/main.e5234b5ec3828dd554ce.js
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
341 KB
  • Display the source diff
  • Display the rich diff
Loading
Collapse file

‎demos/snow-fall-angular11/src/app/app.component.less‎

Copy file name to clipboardExpand all lines: demos/snow-fall-angular11/src/app/app.component.less
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
:host {
3-
background-image: url( "/assets/mountain-scene.jpg" ) ;
3+
// NOTE: The URL has to be relative from the LESS file otherwise it can't be
4+
// resolved by the Angular compiler.
5+
background-image: url( "../assets/mountain-scene.jpg" ) ;
46
background-repeat: no-repeat ;
57
background-size: cover ;
68
bottom: 0px ;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.