Skip to content

Commit

Permalink
Reverts angular builder to previous version, in order to mantain GitH…
Browse files Browse the repository at this point in the history
…ub pages compatibility
  • Loading branch information
damiclem committed Dec 3, 2023
1 parent 25a4051 commit 8a72a97
Show file tree
Hide file tree
Showing 12 changed files with 1,047 additions and 14 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/demo-showcase",
"index": "projects/demo-showcase/src/index.html",
"browser": "projects/demo-showcase/src/main.ts",
"main": "projects/demo-showcase/src/main.ts",
"polyfills": [
"zone.js"
],
Expand Down
340 changes: 340 additions & 0 deletions docs/3rdpartylicenses.txt

Large diffs are not rendered by default.

Binary file added docs/assets/ngx-structure-viewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
155 changes: 155 additions & 0 deletions docs/assets/ngx-structure-viewer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon.ico
Binary file not shown.
13 changes: 13 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>DemoShowcase</title>
<base href="https://damiclem.github.io/ngx-structure-viewer/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
<body>
<app-root></app-root>
<script src="runtime.9d86f2421e75c000.js" type="module"></script><script src="polyfills.b35b25cceb7c4251.js" type="module"></script><script src="main.92c15af9ae60dcc2.js" type="module"></script></body>
</html>
1 change: 1 addition & 0 deletions docs/main.92c15af9ae60dcc2.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/runtime.9d86f2421e75c000.js

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

Empty file.
Loading

0 comments on commit 8a72a97

Please sign in to comment.