Added angular frontend and asp.net backend.
This commit is contained in:
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)}
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user