-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
404 HTTP Status #697
Comments
You will need to copy |
I'm not using the angular CLI to build it so there is no system-config.ts file. There is a systemjs.config file and I tried putting the dependencies on there but it didn't work. |
For now you need some module loader that can handle CommonJS modules. The CLI currently uses SystemJS, but any module loader should do. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I'm no longer using the angular CLI until it's out of beta, as I have encountered too many problems with it. I am scaffolding the app with the tutorials on the main angular.io documentation. Just wondering if there is a way to use material in an angular 2 app without using the angular CLI.
The text was updated successfully, but these errors were encountered: