We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Angular CLI: 6.0.0-rc.2 Node: 8.11.1 OS: darwin x64 Angular: 6.0.0-rc.3 ... animations, common, compiler, compiler-cli, core, forms ... http, platform-browser, platform-browser-dynamic ... platform-server, router @angular/cli: 6.0.0-rc.2 @angular/language-service: 5.2.9 @angular-devkit/architect: 0.5.4 @angular-devkit/build-angular: 0.5.4 @angular-devkit/build-optimizer: 0.5.4 @angular-devkit/core: 0.5.4 @angular-devkit/schematics: 0.5.4 @ngtools/json-schema: 1.1.0 @ngtools/webpack: 6.0.0-rc.2.4 @schematics/angular: 0.5.4 @schematics/update: 0.5.4 typescript: 2.7.2 webpack-bundle-analyzer: 2.11.1 webpack-visualizer-plugin: 0.1.11 webpack: 4.5.0
ng update
the tslint file, among others, are updated as expected. However when running ng build I see errors for
tslint
ng build
The import is blacklisted, import a submodule instead
So I modified the import-blacklist entry from this
import-blacklist
"import-blacklist": [ true, "rxjs" ]
to
"import-blacklist": [ true, "rxjs/Rx" ]
Would be helpful if the ng update command made this change to the tslint.json for us.
tslint.json
cc @filipesilva
The text was updated successfully, but these errors were encountered:
fix(@schematics/angular): update script should remove rxjs from the i…
234fbd9
…mport blacklist fixes angular/angular-cli#10259
angular/devkit@a0c9a61
eef92f8
…mport blacklist fixes #10259
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Sorry, something went wrong.
No branches or pull requests
Versions
Repro steps
ng update
Observed behavior
the
tslint
file, among others, are updated as expected. However when runningng build
I see errors forSo I modified the
import-blacklist
entry from thisto
Desired behavior
Would be helpful if the
ng update
command made this change to thetslint.json
for us.cc @filipesilva
The text was updated successfully, but these errors were encountered: