synapse-wireless-labs / component-lab

A component development and testing tool built for Angular, inspired by React Storybook.
79 stars 16 forks source link

feat(showSource): Add showSource property to case #13

Closed isaacplmann closed 7 years ago

isaacplmann commented 7 years ago

Adds a showSource?: boolean property on ExperimentCase. If true, the template code is displayed as a string below the actual component.

MikeRyanDev commented 7 years ago

Code changes look good to me.

@gotohales Can you review the design?

MikeRyanDev commented 7 years ago

Thanks for the merge request!