This is a minimal test for Angular2 Material with Angular Universal. Demonstrates issues with basic components (only covers overlay) when using native element calls such as the class HTMLElement usage.
- Clone this repo.
- With node.js v5.0.0+:
npm install
npm start
MIT
If you take out the overlay provider from viewProviders in app/app.ts
and comment out the import for the same the app will run on http://localhost:6565