Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(@angular-devkit/schematics): support basic promise/async based rules #13660

Merged
merged 1 commit into from
Mar 7, 2019

Conversation

clydin
Copy link
Member

@clydin clydin commented Feb 12, 2019

Currently, all third-party schematic developers are forced to use and directly depend on rxjs if any logic is asynchronous. Doing so can can also add overhead and unneeded complexity for organizations that have chosen to standardize on async/await usage. This change allows such parties to rely on native promise support if desired.

@clydin clydin force-pushed the promise-schematics branch from 5c97ad0 to 603b823 Compare February 13, 2019 00:52
@clydin clydin added the target: major This PR is targeted for the next major release label Feb 13, 2019
…ules

Currently, all third-party schematic developers are forced to use and directly depend on `rxjs` if any logic is asynchronous.   Doing so can can also add overhead and unneeded complexity for organizations that have chosen to standardize on async/await usage. This change allows such parties to rely on native promise support if desired.
@clydin clydin force-pushed the promise-schematics branch from 603b823 to ec5ca2d Compare February 14, 2019 14:52
@clydin clydin requested review from alan-agius4 and hansl and removed request for alan-agius4 February 14, 2019 15:31
@vikerman vikerman merged commit 324d9f2 into angular:master Mar 7, 2019
@clydin clydin deleted the promise-schematics branch March 7, 2019 23:52
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants