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

Fix #8869: Add innerHTML lint check #8870

Merged
merged 10 commits into from
Mar 28, 2020
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/develop' into add-innerHTML-li…
…nt-check
  • Loading branch information
Kevin Thomas committed Mar 27, 2020
commit 0a2abaed3684353999d8d67b20b4f6dfb3e96a82
5 changes: 5 additions & 0 deletions core/templates/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ require('I18nFooter.ts');

require('Polyfills.ts');

// TODO(#7222): Remove the following block of unnnecessary imports once
// the code corresponding to the spec is upgraded to Angular 8.
import { UpgradedServices } from 'services/UpgradedServices';
// ^^^ This block is to be removed.

const sourceMappedStackTrace = require('sourcemapped-stacktrace');

angular.module('oppia').config([
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.