stsje

Results 8 comments of stsje

It would be nice with a guide on how to update the Aurelia version with the CLI, and if it's possible to update individual aurelia packages.

@loaded02 Heres one way of doing it in your index file. Could also just set remove the aurelia-app attribute and let the first required file be one of your own...

@jdanyow @EisenbergEffect We encounter the same `Uncaught TypeError: h.load is not a function` error quite often, and it isn't telling us what is going wrong. It is only in CLI...

@EisenbergEffect (CasiOo here) It is missing from Guides > Routing https://aurelia.io/docs/routing . I believe that is the main routing documentation? You can find the functions in the API, but such...

Looking through the code, it looks like you can already tell it a view to use https://github.com/aurelia/templating-router/blob/498234e1370366fe82c2de424b1c0c7cb71a077b/src/route-loader.js#L25 ``` let instruction = { viewModel: viewModel, childContainer: childContainer, view: config.view || config.viewStrategy,...

So it's not just the router you want to change the view convention for, it's every component in your project? That's something the `@useView` decorator can do, but if you...

How often do you actually need this? Usually you would subscribe to events in the view `` I would keep the API as it is, and not introduce a change...