angular / angular-cli

CLI tool for Angular
https://cli.angular.io
MIT License
26.71k stars 11.98k forks source link

Angular-cli + Material2 #689

Closed ubiqore closed 8 years ago

ubiqore commented 8 years ago

i could not follow wiki pages for integration of Material2 into angular-cli to make it work. specially the change into system-config.ts ...

So here for informationabout what i did inside the system-config.ts :

( this : only for checkbox)

/* Map relative paths to URLs. / const map: any = { '@angular2-material': 'vendor/@angular2-material'

};

/* User packages configuration. / const packages: any = { '@angular2-material/core': { format: 'cjs', defaultExtension: 'js', main: 'core.js' }, '@angular2-material/checkbox': { format: 'cjs', defaultExtension: 'js', main: 'checkbox.js' } };

petomalina commented 8 years ago

@ubiqore look into this: https://github.com/kara/puppy-love/blob/master/src/system-config.ts

ubiqore commented 8 years ago

@gelidus : merci !

hansl commented 8 years ago

Seems like it's fixed. Clsoing.

maxime1992 commented 8 years ago

Just in case anyone need an answer about that I opened a similar issue and there's the solution https://github.com/angular/angular-cli/issues/738

angular-automatic-lock-bot[bot] commented 4 years ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.