ember-learn / cli-guides

Step-by-step guides and tutorials for using the ember-cli to create apps and addons
https://cli.emberjs.com
MIT License
25 stars 76 forks source link

Overriding files from addons #170

Closed mehulkar closed 4 years ago

mehulkar commented 4 years ago

It would be useful to document how to override files from addons. For example, if an addon contains services/foo.js, and an app wants to extend that service to add their own behavior, how would they do that?