Added angular frontend and asp.net backend.
This commit is contained in:
10
douwco.api/wwwroot/server/angular-app-engine-manifest.mjs
Normal file
10
douwco.api/wwwroot/server/angular-app-engine-manifest.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
export default {
|
||||
basePath: '/',
|
||||
supportedLocales: {
|
||||
"en-US": ""
|
||||
},
|
||||
entryPoints: {
|
||||
'': () => import('./main.server.mjs')
|
||||
},
|
||||
};
|
||||
20
douwco.api/wwwroot/server/angular-app-manifest.mjs
Normal file
20
douwco.api/wwwroot/server/angular-app-manifest.mjs
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
export default {
|
||||
bootstrap: () => import('./main.server.mjs').then(m => m.default),
|
||||
inlineCriticalCss: true,
|
||||
baseHref: '/',
|
||||
locale: undefined,
|
||||
routes: [
|
||||
{
|
||||
"renderMode": 2,
|
||||
"route": "/"
|
||||
}
|
||||
],
|
||||
entryPointToBrowserMapping: undefined,
|
||||
assets: {
|
||||
'index.csr.html': {size: 496, hash: '6e46b3dedd8226896873f1dac006cee1b48471fae69393e1e575e1ede8bb7be4', text: () => import('./assets-chunks/index_csr_html.mjs').then(m => m.default)},
|
||||
'index.server.html': {size: 1009, hash: 'c1926f602a5f1127f38022f13dcf6aff3572f1d536ea685bf862ec4e4e755413', text: () => import('./assets-chunks/index_server_html.mjs').then(m => m.default)},
|
||||
'index.html': {size: 20841, hash: 'a7d73fc13e13e6c1c20cab8a9bfd2a2cfb82ffca8cef46f77072e14951b5fa33', text: () => import('./assets-chunks/index_html.mjs').then(m => m.default)},
|
||||
'styles-5INURTSO.css': {size: 0, hash: 'menYUTfbRu8', text: () => import('./assets-chunks/styles-5INURTSO_css.mjs').then(m => m.default)}
|
||||
},
|
||||
};
|
||||
14
douwco.api/wwwroot/server/assets-chunks/index_csr_html.mjs
Normal file
14
douwco.api/wwwroot/server/assets-chunks/index_csr_html.mjs
Normal file
@@ -0,0 +1,14 @@
|
||||
export default `<!doctype html>
|
||||
<html lang="en" data-beasties-container="">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>DouwcoClient</title>
|
||||
<base href="/">
|
||||
<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 ngcm="">
|
||||
<app-root></app-root>
|
||||
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-CXXROGF7.js" type="module"></script></body>
|
||||
</html>
|
||||
`;
|
||||
12
douwco.api/wwwroot/server/assets-chunks/index_html.mjs
Normal file
12
douwco.api/wwwroot/server/assets-chunks/index_html.mjs
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,15 @@
|
||||
export default `<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>DouwcoClient</title>
|
||||
<base href="/">
|
||||
<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><script type="text/javascript" id="ng-event-dispatch-contract">(()=>{function p(t,n,r,o,e,i,f,m){return{eventType:t,event:n,targetElement:r,eic:o,timeStamp:e,eia:i,eirp:f,eiack:m}}function u(t){let n=[],r=e=>{n.push(e)};return{c:t,q:n,et:[],etc:[],d:r,h:e=>{r(p(e.type,e,e.target,t,Date.now()))}}}function s(t,n,r){for(let o=0;o<n.length;o++){let e=n[o];(r?t.etc:t.et).push(e),t.c.addEventListener(e,t.h,r)}}function c(t,n,r,o,e=window){let i=u(t);e._ejsas||(e._ejsas={}),e._ejsas[n]=i,s(i,r),s(i,o,!0)}window.__jsaction_bootstrap=c;})();
|
||||
</script>
|
||||
<app-root></app-root>
|
||||
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-CXXROGF7.js" type="module"></script></body>
|
||||
</html>
|
||||
`;
|
||||
@@ -0,0 +1 @@
|
||||
export default ``;
|
||||
4
douwco.api/wwwroot/server/chunk-EJSJJTUO.mjs
Normal file
4
douwco.api/wwwroot/server/chunk-EJSJJTUO.mjs
Normal file
File diff suppressed because one or more lines are too long
3
douwco.api/wwwroot/server/chunk-GFUZYSQG.mjs
Normal file
3
douwco.api/wwwroot/server/chunk-GFUZYSQG.mjs
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createRequire } from 'node:module';
|
||||
globalThis['require'] ??= createRequire(import.meta.url);
|
||||
var j=Object.create;var e=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames,g=Object.getOwnPropertySymbols,m=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;var h=(b,a,c)=>a in b?e(b,a,{enumerable:!0,configurable:!0,writable:!0,value:c}):b[a]=c,p=(b,a)=>{for(var c in a||={})i.call(a,c)&&h(b,c,a[c]);if(g)for(var c of g(a))n.call(a,c)&&h(b,c,a[c]);return b};var q=(b=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(b,{get:(a,c)=>(typeof require<"u"?require:a)[c]}):b)(function(b){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+b+'" is not supported')});var r=(b,a)=>()=>(a||b((a={exports:{}}).exports,a),a.exports),s=(b,a)=>{for(var c in a)e(b,c,{get:a[c],enumerable:!0})},o=(b,a,c,f)=>{if(a&&typeof a=="object"||typeof a=="function")for(let d of l(a))!i.call(b,d)&&d!==c&&e(b,d,{get:()=>a[d],enumerable:!(f=k(a,d))||f.enumerable});return b};var t=(b,a,c)=>(c=b!=null?j(m(b)):{},o(a||!b||!b.__esModule?e(c,"default",{value:b,enumerable:!0}):c,b));export{p as a,q as b,r as c,s as d,t as e};
|
||||
3
douwco.api/wwwroot/server/chunk-TNO4MGIL.mjs
Normal file
3
douwco.api/wwwroot/server/chunk-TNO4MGIL.mjs
Normal file
File diff suppressed because one or more lines are too long
2
douwco.api/wwwroot/server/chunk-X2SEQXRR.mjs
Normal file
2
douwco.api/wwwroot/server/chunk-X2SEQXRR.mjs
Normal file
@@ -0,0 +1,2 @@
|
||||
import './polyfills.server.mjs';
|
||||
var u=Object.defineProperty,v=Object.defineProperties;var w=Object.getOwnPropertyDescriptors;var m=Object.getOwnPropertySymbols,x=Object.getPrototypeOf,q=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable,y=Reflect.get;var l=(a,b)=>(b=Symbol[a])?b:Symbol.for("Symbol."+a),z=a=>{throw TypeError(a)};var p=(a,b,c)=>b in a?u(a,b,{enumerable:!0,configurable:!0,writable:!0,value:c}):a[b]=c,A=(a,b)=>{for(var c in b||={})q.call(b,c)&&p(a,c,b[c]);if(m)for(var c of m(b))r.call(b,c)&&p(a,c,b[c]);return a},B=(a,b)=>v(a,w(b));var C=(a=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(a,{get:(b,c)=>(typeof require<"u"?require:b)[c]}):a)(function(a){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+a+'" is not supported')});var D=(a,b)=>{var c={};for(var d in a)q.call(a,d)&&b.indexOf(d)<0&&(c[d]=a[d]);if(a!=null&&m)for(var d of m(a))b.indexOf(d)<0&&r.call(a,d)&&(c[d]=a[d]);return c};var E=(a,b)=>()=>(b||a((b={exports:{}}).exports,b),b.exports);var F=(a,b,c)=>y(x(a),c,b);var G=(a,b,c)=>new Promise((d,g)=>{var e=f=>{try{i(c.next(f))}catch(j){g(j)}},h=f=>{try{i(c.throw(f))}catch(j){g(j)}},i=f=>f.done?d(f.value):Promise.resolve(f.value).then(e,h);i((c=c.apply(a,b)).next())}),s=function(a,b){this[0]=a,this[1]=b},H=(a,b,c)=>{var d=(h,i,f,j)=>{try{var n=c[h](i),o=(i=n.value)instanceof s,t=n.done;Promise.resolve(o?i[0]:i).then(k=>o?d(h==="return"?h:"next",i[1]?{done:k.done,value:k.value}:k,f,j):f({value:k,done:t})).catch(k=>d("throw",k,f,j))}catch(k){j(k)}},g=h=>e[h]=i=>new Promise((f,j)=>d(h,i,f,j)),e={};return c=c.apply(a,b),e[l("asyncIterator")]=()=>e,g("next"),g("throw"),g("return"),e},I=a=>{var b=a[l("asyncIterator")],c=!1,d,g={};return b==null?(b=a[l("iterator")](),d=e=>g[e]=h=>b[e](h)):(b=b.call(a),d=e=>g[e]=h=>{if(c){if(c=!1,e==="throw")throw h;return h}return c=!0,{done:!1,value:new s(new Promise(i=>{var f=b[e](h);f instanceof Object||z("Object expected"),i(f)}),1)}}),g[l("iterator")]=()=>g,d("next"),"throw"in b?d("throw"):g.throw=e=>{throw e},"return"in b&&d("return"),g},J=(a,b,c)=>(b=a[l("asyncIterator")])?b.call(a):(a=a[l("iterator")](),b={},c=(d,g)=>(g=a[d])&&(b[d]=e=>new Promise((h,i,f)=>(e=g.call(a,e),f=e.done,Promise.resolve(e.value).then(j=>h({value:j,done:f}),i)))),c("next"),c("return"),b);export{A as a,B as b,C as c,D as d,E as e,F as f,G as g,s as h,H as i,I as j,J as k};
|
||||
14
douwco.api/wwwroot/server/index.server.html
Normal file
14
douwco.api/wwwroot/server/index.server.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>DouwcoClient</title>
|
||||
<base href="/">
|
||||
<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><script type="text/javascript" id="ng-event-dispatch-contract">(()=>{function p(t,n,r,o,e,i,f,m){return{eventType:t,event:n,targetElement:r,eic:o,timeStamp:e,eia:i,eirp:f,eiack:m}}function u(t){let n=[],r=e=>{n.push(e)};return{c:t,q:n,et:[],etc:[],d:r,h:e=>{r(p(e.type,e,e.target,t,Date.now()))}}}function s(t,n,r){for(let o=0;o<n.length;o++){let e=n[o];(r?t.etc:t.et).push(e),t.c.addEventListener(e,t.h,r)}}function c(t,n,r,o,e=window){let i=u(t);e._ejsas||(e._ejsas={}),e._ejsas[n]=i,s(i,r),s(i,o,!0)}window.__jsaction_bootstrap=c;})();
|
||||
</script>
|
||||
<app-root></app-root>
|
||||
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-CXXROGF7.js" type="module"></script></body>
|
||||
</html>
|
||||
108
douwco.api/wwwroot/server/main.server.mjs
Normal file
108
douwco.api/wwwroot/server/main.server.mjs
Normal file
File diff suppressed because one or more lines are too long
12
douwco.api/wwwroot/server/polyfills.server.mjs
Normal file
12
douwco.api/wwwroot/server/polyfills.server.mjs
Normal file
File diff suppressed because one or more lines are too long
65
douwco.api/wwwroot/server/server.mjs
Normal file
65
douwco.api/wwwroot/server/server.mjs
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user