-
Notifications
You must be signed in to change notification settings - Fork 8
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
Tooltip angular integration #654
Conversation
β¦lar-integration
angular-workspace/projects/ni/nimble-angular/src/directives/tooltip/nimble-tooltip.directive.ts
Outdated
Show resolved
Hide resolved
angular-workspace/projects/ni/nimble-angular/src/directives/tooltip/nimble-tooltip.directive.ts
Outdated
Show resolved
Hide resolved
...ace/projects/ni/nimble-angular/src/directives/tooltip/tests/nimble-tooltip.directive.spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't have time to look at this PR too closely before going OOO but feel free to submit if other reviewers approve.
...ace/projects/ni/nimble-angular/src/directives/tooltip/tests/nimble-tooltip.directive.spec.ts
Outdated
Show resolved
Hide resolved
angular-workspace/projects/example-client-app/src/app/customapp/customapp.component.html
Outdated
Show resolved
Hide resolved
angular-workspace/projects/example-client-app/src/app/customapp/customapp.component.html
Outdated
Show resolved
Hide resolved
angular-workspace/projects/ni/nimble-angular/src/directives/tooltip/nimble-tooltip.directive.ts
Show resolved
Hide resolved
@aidendk is there anything left to do for this PR? I noticed all the comments are resolved but it hasn't been merged yet. I don't think you need to wait for either of the remaining reviewers. |
Pull Request
π€¨ Rationale
Integrates the nimble-tooltip (#309) into the Nimble angular-workspace.
π©βπ» Implementation
Includes the default, fail, information, fail icon, and information icon states in the custom-app.
π§ͺ Testing
Tooltip-specific tests are used in the directive.spec.ts file.
β Checklist