Changes

Since the FW Training App was written. There have been several changes which have been done, which should be kept in mind. You do not necessarily need to fix all of these in your Training App, as this would waste much of your time, but you should keep these in mind as you move to developing, that some of the things you learned in this training app may have minorly changed.

  • This Training App uses the newer Ember Syntax. This syntax was updated in the summer of 2024. We have updated the training app, documentation, and all apps to reflect the new syntax, but it may have been missed in some places, so it is probably good to know where you can find information about it if you run across it. The older syntax renders components much more like helpers than HTML tags. For a more in depth description of the new syntax vs. the old syntax, look at Ember's Conversion Guide.