Link of the issue: https://stackoverflow.com/questions/47342589/angular5-dynamic-component-loading-containing-material-component-in-template
git clone [email protected]:thyb/repro-dynamic-loading.git
cd repro-dynamic-loading
chmod +x setup.sh
./setup.sh
view => toggle developer tools
- first button works (dynamic import of a normal button)
- second button don't work (dynamic import of a material button)
After the install, if you want to restart the app, run npm start
or ./node_modules/.bin/electron .
Build: npm build
Watch mode: npm build --watch