Export 'NgxMaterialTimepickerComponent'
See original GitHub issueIssue Description
Can you please export NgxMaterialTimepickerComponent
as public API? I would like to access some properties in it directly.
I got it working by importing ɵb
from your ngx-material-timepicker
, but I don’t really understand why you use this alias instead of just exporting the component.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
ngx-material-timepicker - npm
Start using ngx-material-timepicker in your project by running `npm i ... Component responsible for visualisation the timepicker.
Read more >Ngx-material-timepicker NPM - npm.io
Component responsible for opening the timepicker. Selector: ngx-material-timepicker-toggle. Properties. Name, Description. | @Input() for: ...
Read more >ngx-material-timepicker - npm package - Snyk
Learn more about ngx-material-timepicker: package health score, popularity, security, maintenance ... Component responsible for visualisation the timepicker.
Read more >ngx-material-time-select documentation
The time select allows users to enter a time either through text input, or by choosing a time from the select panel. It...
Read more >angular - ngx-timepicker-field shows no 02:00 - Stack Overflow
We are using ngx-material-timepicker for these. ... The time picker component seems to use Luxon, and I found the place where the conversion ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It sets that alias by itself. I’ll export
NgxMaterialTimepickerComponent
as public APIDone.