-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use with Angular2 ? #131
Comments
I was able to use it with Angular 2 via directive. Here is the directive:
I use Angular CLI to manage my app. So I had to add the following to
|
Hi how do i use follwing with angular 5: |
@arunvelsriram -- This is terrific, thanks! @sushmit-oodles -- Pass the classname or the entire hash into the directive using an @input property. see https://angular.io/guide/attribute-directives |
Hi. This is not an issue but a request to add examples of using StickyTableHeaders with Angular2.
Thanks.
The text was updated successfully, but these errors were encountered: