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

feat: use import() construct via ng-router-loader@2.0.0 #1387

Merged
merged 3 commits into from
Jan 23, 2017

Commits on Jan 17, 2017

  1. feat: use import() construct via ng-router-loader@2.0.0

    fix: upgrade webpack-dll-bundles-plugin
    Shlomi Assaf (shlassaf) committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    a284c4a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2017

  1. Configuration menu
    Copy the full SHA
    693a95b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2017

  1. refactor: verbose ts loader definition

     The definition of the `*.ts` loader is getting more complex.
     We need AOT compliance so we use `angular2-template-loader`
     We need lazy loading so we use `ng-router-loader`
     And of course, we need to compile TS to JS, `awesome-typescript-loader`
    
     We can't explain all that in the configuration file but we can use Webpack 2 new loader syntax and use objects instead of literal string to configure the loaders.
    Shlomi Assaf (shlassaf) committed Jan 22, 2017
    Configuration menu
    Copy the full SHA
    a4bf424 View commit details
    Browse the repository at this point in the history