Skip to content

Commit 7778fd3

Browse files
author
Andre
committed
first draft
1 parent b363ab2 commit 7778fd3

File tree

75 files changed

+5560
-433
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+5560
-433
lines changed

.editorconfig

100755100644
File mode changed.

.gitignore

100755100644
File mode changed.

.vscode/extensions.json

100755100644
File mode changed.

.vscode/launch.json

100755100644
File mode changed.

.vscode/tasks.json

100755100644
File mode changed.

README.md

100755100644
File mode changed.

angular.json

100755100644
Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,30 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
20-
"outputPath": "dist/my_dex",
20+
"baseHref": "/notadex/",
21+
"outputPath": "dist/notadex",
2122
"index": "src/index.html",
2223
"browser": "src/main.ts",
23-
"polyfills": [
24-
"zone.js"
25-
],
24+
"polyfills": ["zone.js"],
2625
"tsConfig": "tsconfig.app.json",
2726
"inlineStyleLanguage": "scss",
28-
"assets": [
29-
"src/favicon.ico",
30-
"src/assets"
31-
],
27+
"assets": ["src/favicon.ico", "src/assets"],
3228
"styles": [
33-
"src/styles.scss"
29+
"src/styles.scss",
30+
"./node_modules/primeflex/primeflex.css"
3431
],
35-
"scripts": []
32+
"scripts": [],
33+
"sourceMap": false
3634
},
3735
"configurations": {
3836
"production": {
37+
"optimization": false,
38+
"sourceMap": false,
3939
"budgets": [
4040
{
4141
"type": "initial",
4242
"maximumWarning": "500kb",
43-
"maximumError": "1mb"
43+
"maximumError": "10mb"
4444
},
4545
{
4646
"type": "anyComponentStyle",
@@ -79,19 +79,11 @@
7979
"test": {
8080
"builder": "@angular-devkit/build-angular:karma",
8181
"options": {
82-
"polyfills": [
83-
"zone.js",
84-
"zone.js/testing"
85-
],
82+
"polyfills": ["zone.js", "zone.js/testing"],
8683
"tsConfig": "tsconfig.spec.json",
8784
"inlineStyleLanguage": "scss",
88-
"assets": [
89-
"src/favicon.ico",
90-
"src/assets"
91-
],
92-
"styles": [
93-
"src/styles.scss"
94-
],
85+
"assets": ["src/favicon.ico", "src/assets"],
86+
"styles": ["src/styles.scss"],
9587
"scripts": []
9688
}
9789
}

0 commit comments

Comments
 (0)