-
Notifications
You must be signed in to change notification settings - Fork 118
web-angular: rework template and add basic component tests #396
Comments
The current template allows the user to type her/his name and get a "Hello" message inside a modal dialog. Part of the issue is that we aren't able to write component tests for modal dialogs quite yet. @kwalrath @filiph - these are the changes that I propose doing:
To this: Clicking a superhero name shows a "cheers!" dialog (which is the old WDYT? Suggestions are welcome. |
WIP: tests haven't been reworked (relative to previous PR). Fixes dart-archive#396
Thanks! This looks amazing! Where are we on the LOC front? From the screenshot it looks like a full-featured TODO app, which is awesome, but only if it's really just a few lines of code (in the ballpark of the current template). If it's more than that, let's use your code as a medium article / sample / etc., because this is exactly what we need right now — but lets shave the code in the template to a bare minimum. |
Part of #390.
The text was updated successfully, but these errors were encountered: