documentation
documentation copied to clipboard
The documentation for Aurelia.
Hi @EisenbergEffect, when you redo the todo tutorial, how about add a disabled binding to the button? ```html Add Todo ```
Aurelia has had support for Webpack for some time now. Unfortunately, it isn't well documented for newcomers and experienced developers like. This issue is for tracking documentation pertaining to Aurelia...
I am looking for information on how to observe array changes (that is, changes to the membership of arrays). The Aurelia docs contain almost nothing on this subject. There is...
It would be extremely helpful if wherever other classes are referenced, the documentation linked to that class. Currently, you generally have to go back to some route point and find...
**I'm submitting a feature request** - **Language:** all Does the Aurelia Docs assume that the reader will be executing the code in the examples? I feel like the output from...
`RouteConfig.moduleId` is not described in Routing=>Router Configuration=>Basic Configuration In the API, for the `RouteConfig` interface it says: "The moduleId of the view model that should be activated for this route",...
Judging from the source code, the router-view `name` attribute is not bindable. Whereas the use of the `name` attribute is documented under "Routing=>Router Configuratiopn=>Rendering View Ports", I have the feeling...
**I'm submitting a bug report** - **Browser:** all **Current behavior:** entering "@singleton" in the documentation search box turns up nothing. **Expected/desired behavior:** should turn up documentation about that decoration. same...
EventAggregator is a plugin that is not documented in the "Plugins" section. Seems like it should be.
I am not finding an description of what is the binding context of a view when composed using the "compose" element. Seems like I've seen that somewhere, but I think...