rockandrollwithemberjs / rarwe-issues

Errata and updates for the Rock and Roll with Ember.js book
https://rockandrollwithemberjs.com
43 stars 4 forks source link

Adapt for automatic page-title calls in route-generated templates #504

Closed balinterdi closed 3 years ago

balinterdi commented 3 years ago

Ember CLI 3.24 now adds a call to {{page-title}} into templates which are generated by running ember g route. The book has to take this into account and have meaningful document titles on all pages.

Also, test assertions checking page titles were added.