diff --git a/angular/README.md b/angular/README.md
index b7c1031c2..00b89ecb3 100644
--- a/angular/README.md
+++ b/angular/README.md
@@ -129,6 +129,11 @@ HTML
```html
COMPONENT template: using DOM template to use components statically
- - - - -COMPONENT ngFor: Most complete example that uses Component wrapper for grid and gridItem
- - - - -COMPONENT dynamic: Best example that uses Component wrapper and dynamic grid creation (drag between grids, from toolbar, etc...)
- - - - - - - -Nested Grid: shows nested component grids, like nested.html demo but with Ng Components
- - - - - - - - - - - - -COMPONENT template: using DOM template to use components statically
+ + + + +COMPONENT ngFor: Most complete example that uses Component wrapper for grid and gridItem
+ + + + +COMPONENT dynamic: Best example that uses Component wrapper and dynamic grid creation (drag between grids, from toolbar, etc...)
+ + + + + + + +Nested Grid: shows nested component grids, like nested.html demo but with Ng Components
+ + + + + + + + + + -two.html: shows multiple grids, sidebar creating Components
-two.html: shows multiple grids, sidebar creating Components
+delay loading of components
+load() + clear() to memory leak test between the two
+ + + +delay loading of components
-load() + clear() to memory leak test between the two
- - - -