Skip to content

Commit becd2d3

Browse files
ChronosSFsimeonoff
andauthored
fix(apidocs): fixing import for positionSettings api comment (#15926)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 2a0fadc commit becd2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/dialog/dialog.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export class IgxDialogComponent implements IToggleView, OnInit, OnDestroy, After
234234
/**
235235
* Set the position and animation settings used by the dialog.
236236
* ```typescript
237-
* import { slideInLeft, slideOutRight } from 'igniteui-angular';
237+
* import { slideInLeft, slideOutRight } from 'igniteui-angular/animations';
238238
* ...
239239
* @ViewChild('alert', { static: true }) public alert: IgxDialogComponent;
240240
* public newPositionSettings: PositionSettings = {

0 commit comments

Comments
 (0)