diff --git a/README.md b/README.md index d098a466..cb164e82 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ Add css to `styles.scss` or include in `angular.json`: ``` ## Docs, Demos & More +We are redoing the documentation. You can find the new documentation here: +[https://circlongroup.github.io/angular-tree-component/](https://circlongroup.github.io/angular-tree-component/) + +The API Reference is still in our old documentation for now: [https://angular2-tree.readme.io/docs/](https://angular2-tree.readme.io/docs/) diff --git a/projects/docs-app/src/app/examples/basic-usage/basic-usage.component.html b/projects/docs-app/src/app/examples/basic-usage/basic-usage.component.html index 6ef8464d..51bde4c1 100644 --- a/projects/docs-app/src/app/examples/basic-usage/basic-usage.component.html +++ b/projects/docs-app/src/app/examples/basic-usage/basic-usage.component.html @@ -1,7 +1,7 @@

Basic usage

Working tree

- +

Source Code

diff --git a/projects/docs-app/src/app/examples/columns-example/columns-example.component.html b/projects/docs-app/src/app/examples/columns-example/columns-example.component.html index 94e18761..59f6ba58 100644 --- a/projects/docs-app/src/app/examples/columns-example/columns-example.component.html +++ b/projects/docs-app/src/app/examples/columns-example/columns-example.component.html @@ -1,7 +1,7 @@

Tree with columns

Working tree

- +

Source Code

diff --git a/projects/docs-app/src/app/examples/crud-example/crud-example.component.html b/projects/docs-app/src/app/examples/crud-example/crud-example.component.html index 6177a00a..0437dd5b 100644 --- a/projects/docs-app/src/app/examples/crud-example/crud-example.component.html +++ b/projects/docs-app/src/app/examples/crud-example/crud-example.component.html @@ -1,7 +1,7 @@

Tree with create, copy and delete options

Working tree

- +

Source Code

diff --git a/projects/docs-app/src/app/examples/load-more-example/load-more-example.component.html b/projects/docs-app/src/app/examples/load-more-example/load-more-example.component.html index ef952b3b..484d21cc 100644 --- a/projects/docs-app/src/app/examples/load-more-example/load-more-example.component.html +++ b/projects/docs-app/src/app/examples/load-more-example/load-more-example.component.html @@ -6,7 +6,7 @@

Tree partial loading of children

Working tree

- +

Source Code

diff --git a/projects/docs-app/src/app/fundamentals/actions/actions.component.html b/projects/docs-app/src/app/fundamentals/actions/actions.component.html index b77c3fee..63ac634d 100644 --- a/projects/docs-app/src/app/fundamentals/actions/actions.component.html +++ b/projects/docs-app/src/app/fundamentals/actions/actions.component.html @@ -2,6 +2,8 @@

Customize Actions

Demo

+

Source Code

+
diff --git a/projects/docs-app/src/app/fundamentals/api/api.component.html b/projects/docs-app/src/app/fundamentals/api/api.component.html index 9cb8c974..dc538bd6 100644 --- a/projects/docs-app/src/app/fundamentals/api/api.component.html +++ b/projects/docs-app/src/app/fundamentals/api/api.component.html @@ -2,6 +2,8 @@

Calling API Methods

Demo

+

Source Code

+
diff --git a/projects/docs-app/src/app/fundamentals/state-binding/state-binding.component.html b/projects/docs-app/src/app/fundamentals/state-binding/state-binding.component.html index 5ed021d9..f9c558b6 100644 --- a/projects/docs-app/src/app/fundamentals/state-binding/state-binding.component.html +++ b/projects/docs-app/src/app/fundamentals/state-binding/state-binding.component.html @@ -43,6 +43,8 @@

Persist state to localstorage

Demo

+

Source Code

+
diff --git a/projects/docs-app/src/app/fundamentals/templates/templates.component.html b/projects/docs-app/src/app/fundamentals/templates/templates.component.html index c95b7b34..4fcc7552 100644 --- a/projects/docs-app/src/app/fundamentals/templates/templates.component.html +++ b/projects/docs-app/src/app/fundamentals/templates/templates.component.html @@ -4,6 +4,8 @@

Custom Templates

Demo

+

Source Code

+
diff --git a/projects/docs-app/src/app/guides/async-guide/async-guide.component.html b/projects/docs-app/src/app/guides/async-guide/async-guide.component.html index fbaa796f..e4c78611 100644 --- a/projects/docs-app/src/app/guides/async-guide/async-guide.component.html +++ b/projects/docs-app/src/app/guides/async-guide/async-guide.component.html @@ -6,6 +6,8 @@

Async Data

Demo

+

Source Code

+
diff --git a/projects/docs-app/src/app/guides/auto-scroll-guide/auto-scroll-guide.component.html b/projects/docs-app/src/app/guides/auto-scroll-guide/auto-scroll-guide.component.html index 967e973f..fb0d4b4a 100644 --- a/projects/docs-app/src/app/guides/auto-scroll-guide/auto-scroll-guide.component.html +++ b/projects/docs-app/src/app/guides/auto-scroll-guide/auto-scroll-guide.component.html @@ -12,6 +12,7 @@

External Scroll (Scrolling as part of the body / other container)

Use the scrollContainer option for this purpose as described in Options

Demo of scrollContainer

+

Source Code

diff --git a/projects/docs-app/src/app/guides/checkboxes-guide/checkboxes-guide.component.html b/projects/docs-app/src/app/guides/checkboxes-guide/checkboxes-guide.component.html index 5f46b07c..2c7807c0 100644 --- a/projects/docs-app/src/app/guides/checkboxes-guide/checkboxes-guide.component.html +++ b/projects/docs-app/src/app/guides/checkboxes-guide/checkboxes-guide.component.html @@ -3,6 +3,7 @@

Checkboxes

You can specify useCheckboxes option to show checkboxes, and the tree selection APIs to control and access which node is currently selected.

Demo

+

Source Code

diff --git a/projects/docs-app/src/app/guides/drag-drop-guide/drag-drop-guide.component.html b/projects/docs-app/src/app/guides/drag-drop-guide/drag-drop-guide.component.html index 6c3b49f0..33ace683 100644 --- a/projects/docs-app/src/app/guides/drag-drop-guide/drag-drop-guide.component.html +++ b/projects/docs-app/src/app/guides/drag-drop-guide/drag-drop-guide.component.html @@ -1,6 +1,9 @@

Drag & Drop

Demo

+ +

Source Code

+
diff --git a/projects/docs-app/src/app/guides/filter-guide/filter-guide.component.html b/projects/docs-app/src/app/guides/filter-guide/filter-guide.component.html index 1752b2a3..7ca126bd 100644 --- a/projects/docs-app/src/app/guides/filter-guide/filter-guide.component.html +++ b/projects/docs-app/src/app/guides/filter-guide/filter-guide.component.html @@ -2,6 +2,8 @@

Filtering

Demo

+

Source Code

+
diff --git a/projects/docs-app/src/app/guides/large-tree-guide/large-tree-guide.component.html b/projects/docs-app/src/app/guides/large-tree-guide/large-tree-guide.component.html index 3c5c68e0..d88512a1 100644 --- a/projects/docs-app/src/app/guides/large-tree-guide/large-tree-guide.component.html +++ b/projects/docs-app/src/app/guides/large-tree-guide/large-tree-guide.component.html @@ -16,6 +16,7 @@

Hidden trees

Demo

Initializing 100,000 nodes, please be patient...

+

Source Code

diff --git a/projects/docs-app/src/app/guides/rtl-guide/rtl-guide.component.html b/projects/docs-app/src/app/guides/rtl-guide/rtl-guide.component.html index 0295fd71..4d96bb6f 100644 --- a/projects/docs-app/src/app/guides/rtl-guide/rtl-guide.component.html +++ b/projects/docs-app/src/app/guides/rtl-guide/rtl-guide.component.html @@ -2,6 +2,7 @@

RTL

You can make the tree right to left easily by supplying an 'rtl' boolean option.

Demo

+

Source Code