This repository was archived by the owner on Jul 23, 2019. It is now read-only.

Description
For local development, we need to link ngx-launcher with fabric8-ui to see the changes that we made in ngx-launcher and it is broken now. There is one workaround
Steps:
After making any change I have to do
- npm run build
- In dist folder run npm pack. After npm pack .tgz file will be created
- In fabric8-ui run npm install <path of .tgz file>
- npm start
And it takes 4 to 5 mins.
Issue logged in openshiftio - openshiftio/openshift.io#4078