Skip to content

Commit

Permalink
demo deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1ebayev committed Oct 18, 2024
1 parent ca517a8 commit a8f42f1
Show file tree
Hide file tree
Showing 7 changed files with 378 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.

# Compiled output
/dist
# /dist
/tmp
/out-tsc
/bazel-out
Expand Down
355 changes: 355 additions & 0 deletions dist/ngx-dialog-app/3rdpartylicenses.txt

Large diffs are not rendered by default.

Binary file added dist/ngx-dialog-app/browser/favicon.ico
Binary file not shown.
13 changes: 13 additions & 0 deletions dist/ngx-dialog-app/browser/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>NgxDialogApp</title>
<base href="https://ko1ebayev.github.io/ngx-dialog/">
<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-5INURTSO.css"></head>
<body>
<app-root></app-root>
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-TUL6YAF2.js" type="module"></script></body>
</html>
7 changes: 7 additions & 0 deletions dist/ngx-dialog-app/browser/main-TUL6YAF2.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/ngx-dialog-app/browser/polyfills-FFHMD2TL.js

Large diffs are not rendered by default.

Empty file.

0 comments on commit a8f42f1

Please sign in to comment.