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

Introduce support to absolute project URLs in the angular parser #173

Merged
merged 3 commits into from
Jul 28, 2019

Conversation

mgechev
Copy link
Member

@mgechev mgechev commented Jul 28, 2019

The parser didn't used to support:

{
  path: 'foo',
  loadChildren: 'app/foo/foo.module#FooModule'
}

The parser didn't used to support:

```ts
{
  path: 'foo',
  loadChildren: 'app/foo/foo.module#FooModule'
}
```
@mgechev mgechev merged commit d9cb0a9 into master Jul 28, 2019
@mgechev mgechev deleted the minko/ng-route-parser branch July 28, 2019 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant