Skip to content

Commit 68e09b3

Browse files
Merge pull request #317 from syncfusion-content/SEO-176113-Image-Alt-Text-Angular
SEO-176113-Image-Alt-Text-Angular
2 parents 657c679 + 4f2ff10 commit 68e09b3

File tree

6 files changed

+38
-39
lines changed

6 files changed

+38
-39
lines changed

angular/GettingStarted/getting-started-with-angular-quick-start-webpack.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Integration of Syncfusion Angular components into Angular Quick Start - Webpack
4-
description: Overview of Syncfusion Essential Angular.
3+
title: Getting Started with Angular Quick Start - Webpack | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential Angular Platform, its elements, and more.
55
platform: Angular
66
control: Introduction
77
documentation: ug
@@ -391,7 +391,7 @@ npm start
391391

392392
N> If you get the following error, you need to refer the corresponding image type `cur` in `config/webpack.common.js` file.
393393

394-
![](/angular/GettingStarted/Images/cssloader.png)
394+
![Run application error in Angular](/angular/GettingStarted/Images/cssloader.png)
395395

396396
* Refer the below code snippet to refer the image type `cur`.
397397
{% highlight javascript %}
@@ -433,7 +433,7 @@ module.exports = {
433433

434434
N>If you get typescript error like in the below image, then we should include the typings dependencies `node and jasmine` in `src/tsconfig.json` file.
435435

436-
![](/angular/GettingStarted/Images/typingsissue.png)
436+
![Transcripted Error in Angular](/angular/GettingStarted/Images/typingsissue.png)
437437

438438
{% highlight javascript %}
439439

@@ -460,4 +460,4 @@ N>If you get typescript error like in the below image, then we should include th
460460

461461
{% endhighlight %}
462462

463-
![](/angular/GettingStarted/Images/webpackoutput.png)
463+
![Run the application in Angular](/angular/GettingStarted/Images/webpackoutput.png)

angular/GettingStarted/getting-started-with-visual-studio-environment.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Getting Started with Angular on ASP.NET Core using Visual Studio 2015
4-
description: Overview of Syncfusion Essential Angular
3+
title: Getting Started with Angular Platform using VS 2015 | syncfusion
4+
description: Learn here about getting started with Angular in Syncfusion Essential Angular Control, its elements, and more.
55
platform: Angular
66
control: Introduction
77
documentation: ug
88
---
99

1010

11-
# Getting Started with Angular on ASP.NET Core using Visual Studio 2015
11+
# Getting Started with Angular using Visual Studio 2015
1212

1313
ASP.NET Core is a cross-platform framework for building applications such as web apps. Now, we are going to discuss about how to create a angular application in ASP.NET Core Environment in detailed.
1414

@@ -34,7 +34,7 @@ ASP.NET Core is a cross-platform framework for building applications such as web
3434

3535
* Create a new ASP.NET Core project in VS2015 and select Empty as template.
3636

37-
![](/angular/GettingStarted/Images/createapp.png)
37+
![Create empty application in Angular](/angular/GettingStarted/Images/createapp.png)
3838

3939
## Configuration of Angular application
4040

@@ -111,18 +111,18 @@ Refer the below code snippet for packages used in our application.
111111

112112
{% endhighlight %}
113113

114-
![](/angular/GettingStarted/Images/restore.png)
114+
![Configuration of Angular application](/angular/GettingStarted/Images/restore.png)
115115

116116

117-
![](/angular/GettingStarted/Images/npmpackages.png)
117+
![NPM configuration file in Angular](/angular/GettingStarted/Images/npmpackages.png)
118118

119119
N> If the packages are not installed properly try the below steps in the sample's root folder.
120120

121121
* npm cache clean
122122
* npm install
123123
* Refer the below screenshot to check whether the `External Web Tools` are arranged in that specified order in Visual Studio 2015 (`Tools->options->Projects and Solutions->External Web Tools`)
124124

125-
![](/angular/GettingStarted/Images/path.png)
125+
![External web tools in Angular](/angular/GettingStarted/Images/path.png)
126126

127127
* Copy the `src` folder in `Solution Explorer` from our [systemJS cloned seed](https://github.com/syncfusion/angular2-seeds/tree/systemjs) application. The cloned Angular-seed consists of following files.
128128

@@ -289,12 +289,12 @@ gulp.task('default', ['watch', 'ts', 'copy:lib', 'copy:systemjs', 'copy:html', '
289289
{% endhighlight %}
290290
Once, you are finished with adding all Angular application files, you need to run the every gulp tasks via `View->Other Windows->Task Runner Explorer`.
291291

292-
![](/angular/GettingStarted/Images/gulptask.png)
292+
![Task runner explorer in Angular](/angular/GettingStarted/Images/gulptask.png)
293293

294294

295295
N> If we run our application, we will get a following typescript error while building the application. Because the Gulp task `ts` will do the same work of typescript compiler.
296296

297-
![](/angular/GettingStarted/Images/tscerror.png)
297+
![Typescript error in Angular](/angular/GettingStarted/Images/tscerror.png)
298298

299299
So, we should disable the typescript compiler in our Angular environment.
300300

@@ -808,4 +808,4 @@ gulp.task('default', ['watch', 'ts', 'copy:lib', 'copy:systemjs', 'copy:html', '
808808

809809
* To run the application, press `Ctrl+F5`.
810810

811-
![](/angular/GettingStarted/Images/output.png)
811+
![Run the application in Angular](/angular/GettingStarted/Images/output.png)

angular/RichTextEditor/Working-with-Tables.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Working with Tables opreation
4-
description: Working with Tables customization
3+
title: Working with Tables in Angular RichTextEditor Control | Syncfusion
4+
description: Learn here about Working with Tables in Syncfusion Essential Angular RichTextEditor Control, its elements, and more.
55
platform: Angular
66
control: RichTextEditor
77
documentation: ug
88
---
9-
# Working with Tables
9+
# Working with Tables in Angular RichTextEditor
1010

1111
The editor provides tools that make to work with tables in your content. You can add, edit, and remove the table as well as perform other table related tasks.
1212

@@ -50,7 +50,7 @@ export class RTEComponent {
5050

5151
You can insert a basic table by selecting the “Insert Table” tool from toolbar and drag the cursor over the grid until you highlight the number of columns and rows you want. A table can be inserted as large as with ten columns and eight rows (10 * 8 cells). When you finish inserting tables, click in a cell and start typing or insert an image.
5252

53-
![](WorkingwithTables_images/WorkingwithTables_img1.png)
53+
![Insert a table in Angular RichTextEditor](WorkingwithTables_images/WorkingwithTables_img1.png)
5454

5555

5656
N> If you want to make any adjustment with drawn table, you can [add/remove rows and columns](#insert-and-delete-a-row-or-column).
@@ -59,7 +59,7 @@ N> If you want to make any adjustment with drawn table, you can [add/remove rows
5959

6060
You can use custom table tools to insert tables with custom behaviors. You can create a table with more than ten columns and eight rows, as well as set the table related attributes (such as width, height, cell spacing/padding, and more) using the custom table dialog.
6161

62-
![](WorkingwithTables_images/WorkingwithTables_img2.png)
62+
![Custom table in Angular RichTextEditor](WorkingwithTables_images/WorkingwithTables_img2.png)
6363

6464

6565
## Insert and Delete a Row or Column
@@ -73,7 +73,7 @@ You can choose the following options to modify the inserted table from the toolb
7373
* Delete a column
7474
* Delete a row
7575

76-
![](WorkingwithTables_images/WorkingwithTables_img3.png)
76+
![Insert and delete a row or column in Angular RichTextEditor](WorkingwithTables_images/WorkingwithTables_img3.png)
7777

7878

7979
N> You can also quickly add a new row by clicking on the lower-right cell of the table and pressing the Tab key.
@@ -86,7 +86,7 @@ After you create a table, you can format the entire table by using **Table** **P
8686
* Cell - border, spacing, and padding.
8787
* Row - height, border, and text align.
8888

89-
![](WorkingwithTables_images/WorkingwithTables_img4.png)
89+
![Format a table in Angular RichTextEditor](WorkingwithTables_images/WorkingwithTables_img4.png)
9090

9191

9292
N> When you click in a table cell, the **Table** **Properties** option will be enabled under **Table** tool on the editor’s toolbar.
@@ -95,7 +95,7 @@ N> When you click in a table cell, the **Table** **Properties** option will be e
9595

9696
To delete a table from your content, focus on the table and select “Delete a Table” tool from toolbar. It will delete the entire table with all formatting content.
9797

98-
![](WorkingwithTables_images/WorkingwithTables_img9.png)
98+
![Delete a table in Angular RichTextEditor](WorkingwithTables_images/WorkingwithTables_img9.png)
9999

100100

101101
N> To delete the table contents alone, select the required content of the table which you want to delete and press Delete key. All the content disappears but the rows and columns remain along with its formatting.

angular/Slider/Getting-Started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Getting Started for Angular Slider
3-
description: Getting Started for Angular Slider
2+
title: Getting Started with Angular Slider Control | Syncfusion
3+
description: Learn here about getting started with Syncfusion Essential Angular Slider Control, its elements, and more.
44
platform: Angular
55
control: Slider
66
documentation: Ug
77
keywords: ejslider, js slider, slider
88
---
99

10-
# Getting Started
10+
# Getting Started with Angular Slider
1111

1212
This section explains briefly about how to create a **Slider** control in your application with **Angular**.
1313

@@ -125,7 +125,7 @@ npm start
125125

126126
N> if you want to use other port, open `package.json` file, then change port in `--port 3000` script and also change the port in `config/webpack.dev.js`.
127127

128-
![](Getting-Started_images/Getting-Started_img1.jpg)
128+
![Running the web pack application in Angular Slider](Getting-Started_images/Getting-Started_img1.jpg)
129129

130130
## Create Slider in Angular Application using SystemJS
131131

@@ -239,5 +239,5 @@ npm start
239239

240240
* Browse to [http://localhost:3000](http://localhost:3000) to see the application. And navigate to Slider tab. The component is rendered as like the below screenshot. You can make changes in the code found under src folder and the browser should auto-refresh itself while you save files.
241241

242-
![](Getting-Started_images/Getting-Started_img1.jpg)
242+
![Running the systemJS application in angular Slider](Getting-Started_images/Getting-Started_img1.jpg)
243243

angular/Tooltip/Getting-Started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Getting started for Angular Tooltip
4-
description: How to create the Tooltip in Angular
3+
title: Getting started with Angular Tooltip Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential Angular Tooltip Control, its elements, and more.
55
platform: Angular
66
control: Tooltip
77
documentation: ug
88
keywords : ejTooltip, Tooltip, js Tooltip, Tooltip widget
99
---
10-
# Getting started
10+
# Getting started with Angular Tooltip
1111

1212
## Preparing HTML document
1313

@@ -125,7 +125,7 @@ Apply the following style sheet
125125

126126
{% endhighlight %}
127127

128-
![](Getteing-Started_images/Getteing-Started_img1.jpeg)
128+
![Create a tooltip in Angular](Getteing-Started_images/Getteing-Started_img1.jpeg)
129129

130130
## Setting Dimensions
131131

@@ -203,5 +203,5 @@ Apply the following styles to show the Tooltip.
203203

204204
{% endhighlight %}
205205

206-
![](Getteing-Started_images/Getteing-Started_img2.jpeg)
206+
![Tooltip appearance in Angular](Getteing-Started_images/Getteing-Started_img2.jpeg)
207207

angular/TreeView/Getting-Started.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Getting Started for Angular TreeView
3-
description: Getting Started for Angular TreeView
2+
title: Getting Started with Angular TreeView Control | Syncfusion
3+
description: Learn here about getting started with Syncfusion Essential Angular Treeview Control, its elements, and more.
44
platform: Angular
55
control: TreeView
66
documentation: Ug
77
keywords: ejtreeview, js treeview, treeview
88
---
99

10-
# Getting Started
10+
# Getting Started with Angular TreeView
1111

1212
This section explains briefly about how to create a **TreeView** control in your application with **Angular**.
1313

@@ -184,7 +184,7 @@ npm start
184184

185185
N> if you want to use other port, open `package.json` file, then change port in `--port 3000` script and also change the port in `config/webpack.dev.js`.
186186

187-
![](Getting-Started_images/Getting-Started_img1.jpeg)
187+
![Running the web pack application in Angular TreeView](Getting-Started_images/Getting-Started_img1.jpeg)
188188

189189
## Create TreeView in Angular Application using SystemJS
190190

@@ -357,5 +357,4 @@ npm start
357357

358358
* Browse to [http://localhost:3000](http://localhost:3000) to see the application. And navigate to TreeView tab. The component is rendered as like the below screenshot. You can make changes in the code found under src folder and the browser should auto-refresh itself while you save files.
359359

360-
![](Getting-Started_images/Getting-Started_img1.jpeg)
361-
360+
![Running the systemJS application in Angular TreeView](Getting-Started_images/Getting-Started_img1.jpeg)

0 commit comments

Comments
 (0)