Skip to content

When creating child route, CLI adds /... #861

Closed
@johnpapa

Description

@johnpapa

v1 beta 5

The deprecated router uses /... to denote a child router. The CLI is not using the deprecated router. Yet when I create a route and a child route, I get this. There should not be a /...

  {path: '/foo/...', component: FooComponent}

to reproduce:

ng new myapp 
ng g r foo
ng g r foo/bar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions