-
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
Update example app for NI Tech Demo + extend text-field to support password mode #42
Conversation
angular-workspace/projects/example-client-app/src/app/app.component.scss
Outdated
Show resolved
Hide resolved
angular-workspace/projects/example-client-app/src/app/app.component.html
Outdated
Show resolved
Hide resolved
angular-workspace/projects/example-client-app/src/app/app.component.scss
Outdated
Show resolved
Hide resolved
Based on what you're seeing, it looks like the behaviors aren't coming through into the Angular app. 😢 |
Thanks for taking a look. Milan and I looked earlier today as well and came to the same conclusion. I created an issue so we can track this issue separately. Let me know how I can help! |
Pull Request
🤨 Rationale
This change updates the example app to take the form of a simple non-functional login page, that looks like this:

And dark mode looks like this:@haworthia , for some reason the default button style doesn't appear to take on the "outline" state, as you can see in the screenshots. I couldn't get it to take on the correct appearance even by attempting to add the
appearance
attribute as an attribute on the Angular wrapper. Do you have any idea what I might be missing? If you're not sure, I can create an issue for us to track that separately.👩💻 Implementation
type
attribute🧪 Testing
Manual validation of changes in the example app.
✅ Checklist