jelbourn / material2-app

Simple app that consumes Angular Material 2 components
651 stars 280 forks source link

Demo isn't working #10

Closed PsychoSpike closed 7 years ago

PsychoSpike commented 7 years ago

Maybe it's just me, but a short list of which setup is used or how to set-up this 'simple app' could be helpful..?

At least from my end, i had some issues and couldn't get it working, lost some time and now i'm really unhappy :(

My Problem: I think it's probably a commonjs-thing, up until now i've been using systemjs. atm Getting 404 errors for all my components.

PsychoSpike commented 7 years ago

This may be helpful to others: When you try to replicate this project, removing "///<reference path="../typings/browser.d.ts" />" from the typings.d.ts file in the /app folder fixed an error about that file.

The demo app is now finally functional on my end.