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

Document how to do contentFor #172

Open mehulkar opened 4 years ago

mehulkar commented 4 years ago

Would be nice to have documentation of how to insert link tags via contentFor hooks in an in-repo addon. https://github.com/ember-learn/cli-guides/issues/168#issuecomment-618898540

Pretty common thing that an app developer might want to do