Skip to content

Commit

Permalink
Introduce support to absolute project URLs in the angular parser (#173)
Browse files Browse the repository at this point in the history
* Introduce support to absolute project URLs in the angular parser

The parser didn't used to support:

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

* Update route parsing algorithm

Fix #175
Fix #174

* Update tests
  • Loading branch information
mgechev committed Jul 28, 2019
1 parent 184d000 commit d9cb0a9
Show file tree
Hide file tree
Showing 7 changed files with 453 additions and 227 deletions.
2 changes: 1 addition & 1 deletion packages/guess-parser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9cb0a9

Please sign in to comment.