synapse-wireless-labs / component-lab

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

Component Lab does not have applicationRef #30

Open Andrew-He opened 6 years ago

Andrew-He commented 6 years ago

I have a component which inject applicationRef in the constructor, constructor(private applicationRef: ApplicationRef); after I put it into component Lab, applicationRef is undefined when debugging.

Can someone let me know why it happens.

Thanks