Startprofil für Angular-App erstellt.
This commit is contained in:
@@ -6,15 +6,6 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Remove="wwwroot\favicon.ico" />
|
||||
<Content Remove="wwwroot\index.csr.html" />
|
||||
<Content Remove="wwwroot\index.html" />
|
||||
<Content Remove="wwwroot\main-HUOELQHO.js" />
|
||||
<Content Remove="wwwroot\polyfills-6EAL64PA.js" />
|
||||
<Content Remove="wwwroot\styles-5INURTSO.css" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.15" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
||||
@@ -24,13 +15,4 @@
|
||||
<Folder Include="ClientApp\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="wwwroot\favicon.ico" />
|
||||
<None Include="wwwroot\index.csr.html" />
|
||||
<None Include="wwwroot\index.html" />
|
||||
<None Include="wwwroot\main-HUOELQHO.js" />
|
||||
<None Include="wwwroot\polyfills-6EAL64PA.js" />
|
||||
<None Include="wwwroot\styles-5INURTSO.css" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -18,12 +18,11 @@ if (app.Environment.IsDevelopment())
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.UseDefaultFiles();
|
||||
app.UseStaticFiles();
|
||||
|
||||
app.UseAuthorization();
|
||||
|
||||
app.MapControllers();
|
||||
|
||||
app.MapFallbackToFile("index.html");
|
||||
|
||||
app.Run();
|
||||
|
||||
@@ -29,6 +29,16 @@
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"angular": {
|
||||
"commandName": "Project",
|
||||
"dotnetRunMessages": true,
|
||||
"launchBrowser": true,
|
||||
"launchUrl": "",
|
||||
"applicationUrl": "https://localhost:7174;http://localhost:5131",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"launchBrowser": true,
|
||||
|
||||
7
EnvelopeGenerator.GeneratorAPI/wwwroot/chunk-KPVI7RD6.js
Normal file
7
EnvelopeGenerator.GeneratorAPI/wwwroot/chunk-KPVI7RD6.js
Normal file
File diff suppressed because one or more lines are too long
1
EnvelopeGenerator.GeneratorAPI/wwwroot/chunk-NALQ2D3H.js
Normal file
1
EnvelopeGenerator.GeneratorAPI/wwwroot/chunk-NALQ2D3H.js
Normal file
File diff suppressed because one or more lines are too long
@@ -1,13 +0,0 @@
|
||||
<!doctype html>
|
||||
<html lang="en" data-critters-container>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>EnvelopeGeneratorUi</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>
|
||||
<app-root></app-root>
|
||||
<script src="polyfills-6EAL64PA.js" type="module"></script><script src="main-HUOELQHO.js" type="module"></script></body>
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
166
EnvelopeGenerator.GeneratorAPI/wwwroot/main-U7N36S7P.js
Normal file
166
EnvelopeGenerator.GeneratorAPI/wwwroot/main-U7N36S7P.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user