tiaguinho / material-community-components

:panda_face: Angular Material Components created from the community

Home Page:https://tiaguinho.github.io/material-community-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MccTimerPickerComponent is not exported

steveblue opened this issue · comments

Describe the bug

import { MccTimerPickerComponent } from 'material-community-components' results in an Error.

To Reproduce
Steps to reproduce the behavior:
import { MccTimerPickerComponent } from 'material-community-components'

Expected behavior
A clear and concise description of what you expected to happen.
import { MccTimerPickerComponent } from 'material-community-components' should work.

I would like to be able to reference the component as a ViewChild and be able to open and close it's panel programmatically. This is a separate feature, but this feature is blocked because MccTimerPickerComponent is private.

MccTimerPickerComponent as ɵi

Angular Material does not behave in this way. MatDatepicker is exported.