summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorAb30657 <amar_ronaldo30657@yahoo.com>2021-04-11 11:30:20 +0545
committerAb30657 <amar_ronaldo30657@yahoo.com>2021-04-11 11:30:20 +0545
commit766fe430e65031cd392bf824c437a5d9cee53296 (patch)
treecfba21fe8ebde66ad4d6671c4538aa09ad7fc905 /src/web
parent8bb9b435244d68297b900e5a14cf90d5b5088b0d (diff)
downloadStreamFinder-766fe430e65031cd392bf824c437a5d9cee53296.tar.xz
StreamFinder-766fe430e65031cd392bf824c437a5d9cee53296.zip
small progress
Diffstat (limited to 'src/web')
-rw-r--r--src/web/angular.json254
-rw-r--r--src/web/src/assets/Playfair_Display_SC.zipbin555428 -> 0 bytes
2 files changed, 127 insertions, 127 deletions
diff --git a/src/web/angular.json b/src/web/angular.json
index 20e2961..cc19c3e 100644
--- a/src/web/angular.json
+++ b/src/web/angular.json
@@ -1,129 +1,129 @@
{
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
- "version": 1,
- "newProjectRoot": "projects",
- "projects": {
- "client": {
- "projectType": "application",
- "schematics": {},
- "root": "",
- "sourceRoot": "src",
- "prefix": "app",
- "architect": {
- "build": {
- "builder": "@angular-devkit/build-angular:browser",
- "options": {
- "outputPath": "dist/client",
- "index": "src/index.html",
- "main": "src/main.ts",
- "polyfills": "src/polyfills.ts",
- "tsConfig": "tsconfig.app.json",
- "aot": true,
- "assets": [
- "src/favicon.ico",
- "src/assets"
- ],
- "styles": [
- "./node_modules/bootstrap/dist/css/bootstrap.min.css",
- "./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css",
- "src/custom-theme.scss",
- "src/styles.css"
- ],
- "scripts": []
- },
- "configurations": {
- "production": {
- "fileReplacements": [
- {
- "replace": "src/environments/environment.ts",
- "with": "src/environments/environment.prod.ts"
- }
- ],
- "optimization": true,
- "outputHashing": "all",
- "sourceMap": false,
- "namedChunks": false,
- "extractLicenses": true,
- "vendorChunk": false,
- "buildOptimizer": true,
- "budgets": [
- {
- "type": "initial",
- "maximumWarning": "2mb",
- "maximumError": "5mb"
- },
- {
- "type": "anyComponentStyle",
- "maximumWarning": "6kb",
- "maximumError": "10kb"
- }
- ]
- }
- }
- },
- "serve": {
- "builder": "@angular-devkit/build-angular:dev-server",
- "options": {
- "browserTarget": "client:build"
- },
- "configurations": {
- "production": {
- "browserTarget": "client:build:production"
- }
- }
- },
- "extract-i18n": {
- "builder": "@angular-devkit/build-angular:extract-i18n",
- "options": {
- "browserTarget": "client:build"
- }
- },
- "test": {
- "builder": "@angular-devkit/build-angular:karma",
- "options": {
- "main": "src/test.ts",
- "polyfills": "src/polyfills.ts",
- "tsConfig": "tsconfig.spec.json",
- "karmaConfig": "karma.conf.js",
- "assets": [
- "src/favicon.ico",
- "src/assets"
- ],
- "styles": [
- "./node_modules/bootstrap/dist/css/bootstrap.min.css",
- "./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css",
- "src/styles.css"
- ],
- "scripts": []
- }
- },
- "lint": {
- "builder": "@angular-devkit/build-angular:tslint",
- "options": {
- "tsConfig": [
- "tsconfig.app.json",
- "tsconfig.spec.json",
- "e2e/tsconfig.json"
- ],
- "exclude": [
- "**/node_modules/**"
- ]
- }
- },
- "e2e": {
- "builder": "@angular-devkit/build-angular:protractor",
- "options": {
- "protractorConfig": "e2e/protractor.conf.js",
- "devServerTarget": "client:serve"
- },
- "configurations": {
- "production": {
- "devServerTarget": "client:serve:production"
- }
- }
- }
- }
- }
- },
- "defaultProject": "client"
+ "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
+ "version": 1,
+ "newProjectRoot": "projects",
+ "projects": {
+ "client": {
+ "projectType": "application",
+ "schematics": {},
+ "root": "",
+ "sourceRoot": "src",
+ "prefix": "app",
+ "architect": {
+ "build": {
+ "builder": "@angular-devkit/build-angular:browser",
+ "options": {
+ "outputPath": "dist/client",
+ "index": "src/index.html",
+ "main": "src/main.ts",
+ "polyfills": "src/polyfills.ts",
+ "tsConfig": "tsconfig.app.json",
+ "aot": true,
+ "assets": [
+ "src/favicon.ico",
+ "src/assets"
+ ],
+ "styles": [
+ "./node_modules/bootstrap/dist/css/bootstrap.min.css",
+ "./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css",
+ "src/custom-theme.scss",
+ "src/styles.css"
+ ],
+ "scripts": []
+ },
+ "configurations": {
+ "production": {
+ "fileReplacements": [
+ {
+ "replace": "src/environments/environment.ts",
+ "with": "src/environments/environment.prod.ts"
+ }
+ ],
+ "optimization": true,
+ "outputHashing": "all",
+ "sourceMap": false,
+ "namedChunks": false,
+ "extractLicenses": true,
+ "vendorChunk": false,
+ "buildOptimizer": true,
+ "budgets": [
+ {
+ "type": "initial",
+ "maximumWarning": "2mb",
+ "maximumError": "5mb"
+ },
+ {
+ "type": "anyComponentStyle",
+ "maximumWarning": "6kb",
+ "maximumError": "10kb"
+ }
+ ]
+ }
+ }
+ },
+ "serve": {
+ "builder": "@angular-devkit/build-angular:dev-server",
+ "options": {
+ "browserTarget": "client:build"
+ },
+ "configurations": {
+ "production": {
+ "browserTarget": "client:build:production"
+ }
+ }
+ },
+ "extract-i18n": {
+ "builder": "@angular-devkit/build-angular:extract-i18n",
+ "options": {
+ "browserTarget": "client:build"
+ }
+ },
+ "test": {
+ "builder": "@angular-devkit/build-angular:karma",
+ "options": {
+ "main": "src/test.ts",
+ "polyfills": "src/polyfills.ts",
+ "tsConfig": "tsconfig.spec.json",
+ "karmaConfig": "karma.conf.js",
+ "assets": [
+ "src/favicon.ico",
+ "src/assets"
+ ],
+ "styles": [
+ "./node_modules/bootstrap/dist/css/bootstrap.min.css",
+ "./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css",
+ "src/styles.css"
+ ],
+ "scripts": []
+ }
+ },
+ "lint": {
+ "builder": "@angular-devkit/build-angular:tslint",
+ "options": {
+ "tsConfig": [
+ "tsconfig.app.json",
+ "tsconfig.spec.json",
+ "e2e/tsconfig.json"
+ ],
+ "exclude": [
+ "**/node_modules/**"
+ ]
+ }
+ },
+ "e2e": {
+ "builder": "@angular-devkit/build-angular:protractor",
+ "options": {
+ "protractorConfig": "e2e/protractor.conf.js",
+ "devServerTarget": "client:serve"
+ },
+ "configurations": {
+ "production": {
+ "devServerTarget": "client:serve:production"
+ }
+ }
+ }
+ }
+ }
+ },
+ "defaultProject": "client"
} \ No newline at end of file
diff --git a/src/web/src/assets/Playfair_Display_SC.zip b/src/web/src/assets/Playfair_Display_SC.zip
deleted file mode 100644
index ce89b2d..0000000
--- a/src/web/src/assets/Playfair_Display_SC.zip
+++ /dev/null
Binary files differ