You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Components available in [igniteui-angular-charts](https://www.npmjs.com/package/igniteui-angular-charts)
62
62
|Components||
@@ -190,7 +190,7 @@ The [Warehouse Picklist App](https://github.com/IgniteUI/warehouse-js-blocks) de
190
190
191
191
The [Crypto Portfolio App](https://github.com/IgniteUI/crypto-portfolio-app) is a web and mobile application, developed with Ignite UI for Angular components and styled with our one of a kind theming engine.
192
192
193
-
To get started with the Data Grid, use the steps in the [grid walk-through](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid).
193
+
To get started with the Data Grid, use the steps in the [grid walk-through](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid).
194
194
195
195
All help, related API documents and walk-throughs can be found for each control [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/getting-started).
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/directives/toggle/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# IgxToggle Directive
2
2
3
3
The **IgxToggle** provides a way for user to make a given content togglable.
4
-
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/toggle.html)
4
+
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/toggle)
5
5
6
6
#Usage
7
7
```typescript
@@ -60,7 +60,7 @@ handlers when the toggle is opened and respectively closed.
60
60
61
61
The **IgxToggleAction** provides a way for user to Open/Close(toggle) every Component/Directive which implements **IToggleView** interface by providing the reference to this particular Component/Directive or ID which is registered into **IgxNavigationService**. It is also applicable upon **IgxToggle**. When applied **IgxToggleAction** will set its host element as the position strategy target.
62
62
63
-
You can see it in action [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/toggle.html)
63
+
You can see it in action [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/toggle)
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/directives/tooltip/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ _Directives_
5
5
6
6
## Description
7
7
The **IgxTooltip** directive provides us a way to make a given element a tooltip. Then we can assign it to be a tooltip for another element (for example a button) by using the **IgxTooltipTarget** directive.
8
-
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/tooltip.html).
8
+
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/tooltip).
9
9
10
10
## Usage
11
11
First we will have to import the IgxTooltipModule.
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/drop-down/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
**igxDropDown** displays a scrollable list of items which may be visually grouped and supports selection of a single item. Clicking or tapping an item selects it and closes the Drop Down.
5
5
6
-
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/drop_down.html)
6
+
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/drop-down)
7
7
8
8
# Usage
9
9
## Drop downs are done by adding **igxDropDownListItems** to **igxDropDown** component
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/expansion-panel/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
**IgxExpansionPanel** is a light and highly templateable component that allows you to dynamically display content.
5
5
6
-
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/expansion_panel.html)
6
+
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/expansion-panel)
0 commit comments