This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(panel): Element reference error #9374
Closed
Description
Actual Behavior:
What is the issue? *
In PR feat(mdPanel): Wrapper and Panel elements referenced in the MdPanelRef #9231, I made thepanelContainer
andpanelEl
references public within the API. When I went through and added the deprecation notices to theaddClass
,removeClass
, andtoggleClass
methods, I overlooked the fact thatpanelContainer
andpanelEl
were public and I left them private. Tests didn't fail because of the defined exceptions.What is the expected behavior?
panelContainer
andpanelEl
need to be public everywhere.
CodePen (or steps to reproduce the issue): *
CodePen Demo which shows your issue:
N/ADetails:
N/A
Angular Versions: *
Angular Version:
LatestAngular Material Version:
Latest
Additional Information:
Browser Type: *
AllBrowser Version: *
AllOS: *
AllStack Traces:
N/A
Ping @ErinCoughlan