Skip to content

Commit

Permalink
docs(demo): update gh page
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Apr 9, 2024
1 parent 96996c7 commit e2e8d48
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apps/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down
5 changes: 1 addition & 4 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ MIT
@angular/core
MIT

@angular/forms
MIT

@angular/platform-browser
MIT

Expand Down Expand Up @@ -331,7 +328,7 @@ zone.js
MIT
The MIT License

Copyright (c) 2010-2022 Google LLC. https://angular.io/license
Copyright (c) 2010-2023 Google LLC. https://angular.io/license

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file modified docs/favicon.ico
Binary file not shown.
25 changes: 13 additions & 12 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Demo</title>
<base href="/ngx-codejar/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>@charset "UTF-8"</style><link rel="stylesheet" href="styles.89d81d76b083f6df.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.89d81d76b083f6df.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.d599c23de0356b38.js" type="module"></script><script src="polyfills.60b0ddddf747b808.js" type="module"></script><script src="main.c8d670605308fc8a.js" type="module"></script>

</body></html>
<!DOCTYPE html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>demo</title>
<base href="/ngx-codejar/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>@charset "UTF-8"</style><link rel="stylesheet" href="styles.b5ce6f63cbdbf5b7.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.b5ce6f63cbdbf5b7.css"></noscript></head>
<body>
<ngx-codejar-root></ngx-codejar-root>
<script src="runtime.d599c23de0356b38.js" type="module"></script><script src="polyfills.718ce4a73610b94b.js" type="module"></script><script src="main.5f0bca23f921b75d.js" type="module"></script></body>
</html>
1 change: 1 addition & 0 deletions docs/main.5f0bca23f921b75d.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.c8d670605308fc8a.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/polyfills.60b0ddddf747b808.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/polyfills.718ce4a73610b94b.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit e2e8d48

Please sign in to comment.