Skip to content

Having multiple aliases for a schematics will always break #11389

@hansl

Description

@hansl
Contributor

The line here adds all the aliases, but from inside the loop, so the second alias check run will always find itself (since it was added in the last loop).

Either move that push() outside the inner loop or only push the current alias.

Activity

self-assigned this
on Jun 27, 2018
added a commit that references this issue on Jun 27, 2018
4769a8e
added 2 commits that reference this issue on Jul 2, 2018
5c1cafe
b5c92eb
angular-automatic-lock-bot

angular-automatic-lock-bot commented on Sep 8, 2019

@angular-automatic-lock-bot

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.

locked and limited conversation to collaborators on Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @hansl@clydin

    Issue actions

      Having multiple aliases for a schematics will always break · Issue #11389 · angular/angular-cli