Skip to content

Commit bca28fe

Browse files
committed
added dist folder for zpm
1 parent 02ef5e3 commit bca28fe

27 files changed

+459
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

33
# compiled output
4-
/dist
54
/tmp
65
/out-tsc
76
# Only exists if Bazel was run

dist/3rdpartylicenses.txt

+412
Large diffs are not rendered by default.
Binary file not shown.
15.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16.9 KB
Binary file not shown.
Binary file not shown.
15.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15.4 KB
Binary file not shown.

dist/assets/forms.svg

+1
Loading

dist/assets/forms2.svg

+18
Loading

dist/assets/logo.svg

+1
Loading

dist/assets/spinner.svg

+5
Loading

dist/index.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>RestFormsUI2</title>
6+
<base href="/">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link rel="icon" type="image/x-icon" href="assets/forms2.svg">
9+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
10+
<link rel="stylesheet" href="styles.19f1b80221190d55bc1c.css"></head>
11+
<body>
12+
<rf-root></rf-root>
13+
<script src="runtime-es2015.0dae8cbc97194c7caed4.js" type="module"></script><script src="runtime-es5.0dae8cbc97194c7caed4.js" nomodule defer></script><script src="polyfills-es5.2237b5d0d7a85091411d.js" nomodule defer></script><script src="polyfills-es2015.f332a089ad1600448873.js" type="module"></script><script src="main-es2015.dfac78a28c11fb9981c7.js" type="module"></script><script src="main-es5.dfac78a28c11fb9981c7.js" nomodule defer></script></body>
14+
</html>

dist/main-es2015.dfac78a28c11fb9981c7.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main-es5.dfac78a28c11fb9981c7.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/polyfills-es2015.f332a089ad1600448873.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/polyfills-es5.2237b5d0d7a85091411d.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/runtime-es2015.0dae8cbc97194c7caed4.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/runtime-es5.0dae8cbc97194c7caed4.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/styles.19f1b80221190d55bc1c.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/components/screens/login-screen/login-screen.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {Component, OnInit} from '@angular/core';
22
import {DataService, ILoginResponse} from '../../../services/data.service';
33
import {ActivatedRoute, Router} from '@angular/router';
4-
import {version} from '/package.json';
4+
import {version} from '../../../../../package.json';
55
import {FormControl} from '@angular/forms';
66
import {ConfigService} from '../../../services/config.service';
77
import {HeaderService} from '../../../services/header.service';

0 commit comments

Comments
 (0)