Skip to content

Commit 25672c1

Browse files
Merge pull request #38 from leocaseiro/master
Add link to Angular Component app
2 parents 92a0721 + af6a3c1 commit 25672c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ add as many ``<Slides:Slide>`` as you want.
9393

9494
#### Angular 2 compatibility
9595
To use the slides with Angular2 and the `registerElement` from `nativescript-angular` you will want to set the `SlideContainer`'s property of `angular` to `true`. Then in your angular component in the `ngAfterViewInit`. you will want to have an instance of your slide container to call the function `constructView()`.
96+
[Follow the example](https://github.com/TheOriginalJosh/nativescript-slides/issues/37#issuecomment-224820901)
9697

9798
#### Android Optional Attributes
9899
- **androidTranslucentStatusBar : boolean** - If true the Android status bar will be translucent on devices that support it. (Android sdk >= 19).

0 commit comments

Comments
 (0)