7 Commits

Author SHA1 Message Date
lanovoy
8ba05f7f3b Migration to Angular 6, RxJs 6 and Webpack 4 (#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.
2018-07-09 22:37:04 +02:00
Al-Mothafar Al-Hasan
e7c124a047 Update any AngularClass references or links 2018-03-09 08:41:22 -08:00
Diego de Souza
044b950999 Unified comments throughout the project. (#1454)
* It is appreciated the work you've put in documenting
  the code. Though, some comments were inline others were with slashes.
  * I took the liberty to fix that throughout the project, and unify with block
  comment style, for better readability.
  ```
  /**
  * comments
  */
  ```
  * Yet there were some places I left with `//` as it made more sense
  that way.

  Thank you
2017-05-10 10:48:59 -04:00
Shlomi Assaf
14d41aee0f fix: load gh-pages late (#1495)
Fixes #1483
2017-02-09 18:01:20 +01:00
Shlomi Assaf
93115eff07 fix: github-deploy fix using webpack 2 (#1089)
Webpack 2 does not accept arbitrary cli arguments, this is why github script fails.

This PR moves to a file based env selection.

closes #1078
2016-11-22 06:25:27 -08:00
Sebastian Döll
f1bc961cb9 ESLint for all config/**/*.js 2016-08-29 09:27:45 +02:00
Shlomi Assaf
4a07eef656 feat(github-deploy): deploy to github pages (#645) 2016-06-13 16:52:44 +03:00