synapse-wireless-labs / component-lab

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

Update Readme with fix for prod builds #27

Closed manuelhuber closed 6 years ago

manuelhuber commented 6 years ago

There is a bug that causes prod builds with angular CLI to fail when declaring components in 2 modules (which is necessary with the current setup): https://github.com/angular/angular-cli/issues/6189

Fix is to exclude the lab.ts in the tsconfig of your main app.