* feat: Add 'Ember Polaris' examples and rename previous Ember examples to 'Ember Octane'
* chore: Update playground URL for Ember Polaris
* Merge branch 'main' into feat/ember-polaris
* chore: Adressed suggestions on Ember Polaris preview
* chore: Moved `favoriteColors` array to JavaScript
* chore: Improved component properties showcase on Ember Polaris preview
---------
Co-authored-by: spuxx1701 <hi@spuxx.dev>
* WIP: add Marko
* WTF, vscode
* Consistent final newlines
* Apply suggestions from code review
Everything except for the TS declarations since I think Dylan ought to weigh in
Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Luke LaValva <lukelavalva@gmail.com>
* Feedback: no space before method parens, no TS, else-if, ColorSelect works now
* Pre-bugbash updates
* This is probably why they want us to provide a linter
* Finishing touches
* Argle
* @rturnq feedback
* Match examples to other frameworks
---------
Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Luke LaValva <lukelavalva@gmail.com>
Co-authored-by: tigt <tigt@mortropolis.com>
* Add 1-reactivity files for Aurelia 1
* Add 3x templating, update readme (20%)
* Update readme to reflect proper icon for aurelia
* Finish 2-templating
Add event-click, dom-ref and conditional.
Update readme.
* Fix incorrect 2-3-loop and 2-4-event-click
Verified using codesandbox with typescript.
https://codesandbox.io/s/aurelia-typescript-sandbox-forked-rlniej
* Add on-mount
* Add un-mount
Not easy to test. The component is not really unmounted in this case.
* Add 4-1-component-composition
* Add 4-2-emit-to-parent
cs: add missing enter in 4-1.
* Add 4-3 slot
* Fix typo in 4-3-slot button
* Add 4-4-slot-fallback
Also, fix minor issue in 4-3-slot
* Add 6-1-input
* Add 6-2-checkbox
* Add 6-3-radio
* 6-3-radio add ts file for default value
* Add 6-4-select with object model
* Add 7-1-fetch-data
Refectoring could be beneficial for quality of the code.
Todo added in Readme.
* Add 7-2-router-link
Links can be set up using pushState, or using hash bashed routing.
The later is used in this example, with link to the documentation.
* Add 7-3-router-configuration
Update readme with finished #7 and 100% Aurelia1.
* Update 7-1-fetch-data
* Update files after PR feedback
* consistent filenames compared to other frameworks
* improved code style
(applied not just for the templates,
but the other Aurelia files as well.
Used VSCode "Format code" command on all files)
* Update Aurelia files
* Since scss is not default, use the standard css files instead.
* Apply filesorter to show the app-files first