-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example app is not work! #45
Comments
I've got the same error |
same! |
Hy Jeremy, I had the same error. I updated my fork to the latest material 2.0.0-beta.3 / angular 4.0.0 / cli 1.0.1. Does it make sense, if I send you a pull request ? ( I'm a beginner and so not 100% sure if everything I changed is in line with your standard ) |
the example app IS WORKING for me. https://material2-app.firebaseapp.com/ However copying the code into a Angular V4 ng-cli project doesn't work. ng serve compiles without errors. however there are a ton of errors in the browser. The example App IS WORKING but it is using angular 2. maybe a compatibility problems. Umm lets check the ng2 to ng 4 migration docs |
Daryl - we are not talking about looking at the ready deployed & running WebURL ( https://material2-app.firebaseapp.com ) this was setup some monthe ago and sure its still up&running. Anyway: Seems they have more work to do and can not support this sample at the moment. My recommendation is there are manny forks to this sample with updated code. |
Tried to find bootstrap code, but could not. Specify either statically analyzable bootstrap code or pass in an entryModule to the plugins options. Error: Tried to find bootstrap code, but could not. Specify either statically analyzable bootstrap code or pass in an entryModule to the plugins options. at Object.resolveEntryModuleFromMain (/home/alekhin/workspace/angular2/material-from-git/material2-app/node_modules/@ngtools/webpack/src/entry_resolver.js:128:11) at AotPlugin._setupOptions (/home/alekhin/workspace/angular2/material-from-git/material2-app/node_modules/@ngtools/webpack/src/plugin.js:142:50) at new AotPlugin (/home/alekhin/workspace/angular2/material-from-git/material2-app/node_modules/@ngtools/webpack/src/plugin.js:26:14) at Object.exports.getNonAotConfig (/home/alekhin/workspace/angular2/material-from-git/material2-app/node_modules/angular-cli/models/webpack-configs/typescript.js:26:13) at new NgCliWebpackConfig (/home/alekhin/workspace/angular2/material-from-git/material2-app/node_modules/angular-cli/models/webpack-config.js:24:37) at Class.run (/home/alekhin/workspace/angular2/material-from-git/material2-app/node_modules/angular-cli/tasks/serve.js:31:29) at /home/alekhin/workspace/angular2/material-from-git/material2-app/node_modules/angular-cli/commands/serve.run.js:22:22 at process._tickCallback (internal/process/next_tick.js:103:7)
If I'll update all dependencies, I've get the same exception...
Why your example is not work "from box"?
The text was updated successfully, but these errors were encountered: