Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion angular/Gantt/Task-Scheduling-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ export class AppComponent {

The following screen shot depicts a project with custom scheduling mode, where both automatic and manual scheduling modes are mapped to the tasks.

![](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png)
![task scheduling modes in custom angular gantt.](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png)
6 changes: 3 additions & 3 deletions angular/Kanban/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export class KanbanComponent {

{% endhighlight %}

![](Getting_Started_images/Getting_Started_img2.png)
![mapping values in kanban.](Getting_Started_images/Getting_Started_img2.png)

## Enable Swimlane

Expand Down Expand Up @@ -327,7 +327,7 @@ export class KanbanComponent {

{% endhighlight %}

![](Getting_Started_images/Getting_Started_img3.png)
![enable swimlane in angular kanban.](Getting_Started_images/Getting_Started_img3.png)

## Adding Filters

Expand Down Expand Up @@ -371,4 +371,4 @@ export class KanbanComponent {

{% endhighlight %}

![](Getting_Started_images/Getting_Started_img4.png)
![adding filters in angular kanban.](Getting_Started_images/Getting_Started_img4.png)
4 changes: 2 additions & 2 deletions angular/RichTextEditor/Working-with-Lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class RTEComponent {

{% endhighlight %}

![](WorkingwithLists_images/ordered.png)
![inset a custom ordered list in angular rich text editor.](WorkingwithLists_images/ordered.png)

### Insert a customUnorderedList

Expand Down Expand Up @@ -161,4 +161,4 @@ export class RTEComponent {

{% endhighlight %}

![](WorkingwithLists_images/unordered.png)
![insert a custom unordered list in angular rich text ecitor.](WorkingwithLists_images/unordered.png)