diff --git a/angular/Gantt/Task-Scheduling-modes.md b/angular/Gantt/Task-Scheduling-modes.md index 7033ecf7..9376cb6c 100644 --- a/angular/Gantt/Task-Scheduling-modes.md +++ b/angular/Gantt/Task-Scheduling-modes.md @@ -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) \ No newline at end of file +![task scheduling modes in custom angular gantt.](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png) \ No newline at end of file diff --git a/angular/Kanban/Getting-Started.md b/angular/Kanban/Getting-Started.md index 345cd243..584e28fc 100644 --- a/angular/Kanban/Getting-Started.md +++ b/angular/Kanban/Getting-Started.md @@ -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 @@ -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 @@ -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) diff --git a/angular/RichTextEditor/Working-with-Lists.md b/angular/RichTextEditor/Working-with-Lists.md index 60d7bf69..cabd31db 100644 --- a/angular/RichTextEditor/Working-with-Lists.md +++ b/angular/RichTextEditor/Working-with-Lists.md @@ -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 @@ -161,4 +161,4 @@ export class RTEComponent { {% endhighlight %} -![](WorkingwithLists_images/unordered.png) \ No newline at end of file +![insert a custom unordered list in angular rich text ecitor.](WorkingwithLists_images/unordered.png) \ No newline at end of file