-
Notifications
You must be signed in to change notification settings - Fork 155
fix(@schematics/angular): update application and component spec schem… #224
Conversation
@trimeyko, |
@delasteve just found original pull in ng-cli where async were added ( 48a695e ), yes that probably an accident. Currently I'm using asyncs since lot of component tests without them leads karma to await chrome for about 5-6 minutes ( with current cli configuration you will get disconnect ), I'm don't want to say it's the best way to solve this, but as a workaround for endusers. |
@trimeyko, I'll leave it to @filipesilva to clarify his intentions for adding it. Adding an Don't get me wrong, there are use cases for IMO we shouldn't start users believing that |
@Brocco can you chime in on this topic? |
What is the issue that prompted this PR? |
@Brocco, it was just general schematic clean up. Whitespace, import ordering, and aligning For example, back when we had blueprints, it looked something like this (random commit before the move to devkit on https://github/angular/angular-cli showing this file): |
Sorry @delasteve - this got lost when we moved back to the angular/angular-cli repo. If you still think this pull request is relevant, could you please re-base on that repo and open a new PR there? Thanks and sorry for the extra churn. |
…atics