-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
How to include angular2-material to angular2 app #872
Comments
In your materialPackages.forEach, for each package did you try calling out the main: with pkgName? See https://github.com/kara/puppy-love/blob/master/src/system-config.ts |
@frankcalise - I tried this also but also it is not working. NOTE: I don't use angular cli. (function(global) {
|
Without using the angular CLI, it's up to you to both copy the files to the appropriate directory for serving configure whatever module loader you're using to be able to then load those files. These are going to be specific to your app / build process / environment, so there's no universal "this is what you 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. |
What if I don't use Angular Cli. How can I integrate angular2-material with quick-start app of angular2.
I added @angular2-material/core package. Then I installed other angular2-material components like @angular2-material/button, @angular2-material/card and so on.
systemjs.config.js
When I run my app I following error,
The text was updated successfully, but these errors were encountered: