Startprofil für Angular-App erstellt.

This commit is contained in:
Developer 02
2024-06-13 10:04:43 +02:00
parent 23bf7579f6
commit 9e33fc1d96
13 changed files with 197 additions and 217 deletions

View File

@@ -6,15 +6,6 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup> </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> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.15" /> <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.15" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
@@ -24,13 +15,4 @@
<Folder Include="ClientApp\" /> <Folder Include="ClientApp\" />
</ItemGroup> </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> </Project>

View File

@@ -18,12 +18,11 @@ if (app.Environment.IsDevelopment())
app.UseHttpsRedirection(); app.UseHttpsRedirection();
app.UseDefaultFiles();
app.UseStaticFiles(); app.UseStaticFiles();
app.UseAuthorization(); app.UseAuthorization();
app.MapControllers(); app.MapControllers();
app.MapFallbackToFile("index.html");
app.Run(); app.Run();

View File

@@ -29,6 +29,16 @@
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }
}, },
"angular": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "",
"applicationUrl": "https://localhost:7174;http://localhost:5131",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
"launchBrowser": true, "launchBrowser": true,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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

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