forked from PatrickJS/PatrickJS-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migration to Angular 6, RxJs 6 and Webpack 4 (PatrickJS#2019)
* AoT and JIT builds complete successfully * Upgraded @ngtools/webpack to latest beta. * Fixed warnings, removed deprecated plugins, replaced npm run clean:dist and clean:aot with direct rimraf calls to speed up the script execution * Govinda Alwani : Upgraded HtmlElementsPlugin to support webpack 4. * Updateing angular 6 and ficing webpack issues and rxjs issue. * using RXJS lettable * Update README.md * Updating Angular latest and webpack latest * Updated lock file * Corrected package-lock.json * Got rid of outdated ngcWebpackPlugin. Instead using native AngularCompilerPlugin directly. * Added RxJs TSLint rules * Clean-up, refactoring, re-enabled disabled TSLint rules * Partially reverting previous change as it causes one of e2e tests to fail for no apparent reason... Have to be investigated.
- Loading branch information
Showing
20 changed files
with
6,777 additions
and
20,917 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.