-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add possibility to use pathRouting with angular-cli #288
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works well but two Angular's e2e tests fail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from angular example e2e tests failing reported by the other reviewer, just a suggestion on a small text removal.
core/examples/luigi-sample-angular/src/assets/basicConfiguration.js
Outdated
Show resolved
Hide resolved
e2e tets are green again, fixed a bug in LogoTitle that caused a page refresh on path routing which made the test fail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
* added @angular-builders to support webpack extension in angular-cli. enabled path routing for example app by default * removed obsolete webpack config and refactored e2e tests to work with path routing * fix for non-redirect issue for path routing and logo + title click
Added custom angular-cli builder with an extra webpack config to extend angular-cli config with proper dev-server settings.
Removed startWebpack and buildWebpack command, since they are not necessary anymore.
Fixes #287 Fixes #144