Skip to content

Commit a4c19fd

Browse files
Merge pull request #124 from Syncfusion-Content/hotfix/hotfix-v20.1.0.55
DOCINFRA-2341_merged_using_automation
2 parents 097a0d8 + 840c443 commit a4c19fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
-78.7 KB
Loading

angular/GettingStarted/getting-started-with-dotnet-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Angular SPA on ASP.NET Core with .NET CLI
4-
description: Overview of Syncfusion Essential Angular
4+
description: Learn here about overview of Syncfusion Essential Angular with .NET CLI, its elements, features and more.
55
platform: Angular
66
control: Introduction
77
documentation: ug
@@ -40,7 +40,7 @@ To getting started with Syncfusion Angular Components, the NPM packages [ej-angu
4040
dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
4141
{% endhighlight %}
4242

43-
![](/angular/GettingStarted/Images/createtemplate.png)
43+
![angular GettingStarted createtemplate](Images/createtemplate.png)
4444

4545
* To generate a new Angular project run the below command in your directory.
4646

@@ -70,7 +70,7 @@ setx ASPNETCORE_ENVIRONMENT "Development"
7070

7171
{% endhighlight %}
7272

73-
![](/angular/GettingStarted/Images/environmentvariable.png)
73+
![angular GettingStarted environmentvariable](Images/environmentvariable.png)
7474

7575
N> To know more about environment variable refer the [link](https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/)
7676

@@ -542,7 +542,7 @@ dotnet run
542542

543543
* Open the `.csproj` file which is in project folder and then press `Ctrl+F5` to launch the application in a browser.
544544

545-
![](/angular/GettingStarted/Images/spatemplateoutput.png)
545+
![angular GettingStarted template output](Images/spatemplateoutput.png)
546546

547547
## Sample Application
548548

0 commit comments

Comments
 (0)