Skip to content

Commit 7d57e6f

Browse files
authored
Merge pull request h2qutc#335 from h2qutc/update_pages_demo
update pages
2 parents c407ba5 + 95bbd1c commit 7d57e6f

17 files changed

+423
-2
lines changed

docs/224.9bf4692a3d253b52.js

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

docs/251.fa06a2bc0d34e4de.js

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

docs/342.20530706cb0f2a0e.js

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

docs/3rdpartylicenses.txt

Lines changed: 385 additions & 0 deletions
Large diffs are not rendered by default.

docs/602.aeb84117d757dd2d.js

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

docs/742.574fcc18a44ef844.js

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

docs/810.0fc71ff0281802f3.js

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

docs/975.8f87d143fea7d1f7.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.53 KB
Loading

docs/assets/btn_donate_LG.gif

1.56 KB
Loading

docs/favicon.ico

5.3 KB
Binary file not shown.

docs/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html><html lang="en"><head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
2+
<meta charset="utf-8">
3+
<title>angular-material-components</title>
4+
<base href="'https://h2qutc.github.io/angular-material-components/'">
5+
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="icon" type="image/x-icon" href="favicon.ico">
8+
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;font-display:block;src:url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style>
9+
<style>body{margin:0}</style><link rel="stylesheet" href="styles.28c79132f8dc4046.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.28c79132f8dc4046.css"></noscript></head>
10+
11+
<body>
12+
<app-root></app-root>
13+
<script src="runtime.1f54c5385815e337.js" type="module"></script><script src="polyfills.faca58ed8f1182ed.js" type="module"></script><script src="main.8b209756e0f93484.js" type="module"></script>
14+
15+
16+
</body></html>

docs/main.8b209756e0f93484.js

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

docs/polyfills.faca58ed8f1182ed.js

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

docs/runtime.1f54c5385815e337.js

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

docs/styles.28c79132f8dc4046.css

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"scripts": {
3535
"ng": "ng",
3636
"start": "ng serve",
37-
"build": "ng build --prod",
37+
"build": "ng build -c=production",
3838
"build:datetime-picker": "ng build NgxMatDatetimePicker",
3939
"build:moment-adapter": "ng build NgxMatMomentAdapter",
4040
"build:color-picker": "ng build NgxMatColorPicker",
@@ -47,7 +47,7 @@
4747
"lint": "ng lint",
4848
"e2e": "ng e2e",
4949
"codecov": "codecov",
50-
"build:ci": "ng build --prod --output-path docs --base-href 'https://h2qutc.github.io/angular-material-components/'"
50+
"build:ci": "ng build -c=production --output-path docs --base-href 'https://h2qutc.github.io/angular-material-components/'"
5151
},
5252
"private": false,
5353
"dependencies": {

0 commit comments

Comments
 (0)