diff --git a/src/a11y-demo/dialog/dialog-neptune-a11y.html b/src/a11y-demo/dialog/dialog-neptune-a11y.html index fd9e67a2e941..6fae92080cb3 100644 --- a/src/a11y-demo/dialog/dialog-neptune-a11y.html +++ b/src/a11y-demo/dialog/dialog-neptune-a11y.html @@ -22,6 +22,6 @@

Neptune

Read more on Wikipedia - diff --git a/src/a11y-demo/progress-spinner/progress-spinner-a11y.html b/src/a11y-demo/progress-spinner/progress-spinner-a11y.html index acf69bb60136..b4ee49ed3901 100644 --- a/src/a11y-demo/progress-spinner/progress-spinner-a11y.html +++ b/src/a11y-demo/progress-spinner/progress-spinner-a11y.html @@ -1,6 +1,6 @@

Loading indicator (Indeterminate progress spinner)

- +
diff --git a/src/universal-app/kitchen-sink-mdc/kitchen-sink-mdc.html b/src/universal-app/kitchen-sink-mdc/kitchen-sink-mdc.html index e3b5f7f95e79..13ed5709b0dc 100644 --- a/src/universal-app/kitchen-sink-mdc/kitchen-sink-mdc.html +++ b/src/universal-app/kitchen-sink-mdc/kitchen-sink-mdc.html @@ -86,11 +86,11 @@

Tabs

Progress bar

- - + + diff --git a/src/universal-app/kitchen-sink/kitchen-sink.html b/src/universal-app/kitchen-sink/kitchen-sink.html index 5126356b9d54..961c26cea574 100644 --- a/src/universal-app/kitchen-sink/kitchen-sink.html +++ b/src/universal-app/kitchen-sink/kitchen-sink.html @@ -157,7 +157,7 @@

Menu

Progress bar

- + @@ -225,7 +225,7 @@

Tabs

Paginator

diff --git a/tools/bazel/postinstall-patches.js b/tools/bazel/postinstall-patches.js index 44060f90537e..e5629c46da91 100644 --- a/tools/bazel/postinstall-patches.js +++ b/tools/bazel/postinstall-patches.js @@ -12,7 +12,7 @@ const fs = require('fs'); * Version of the post install patch. Needs to be incremented when patches * have been added or removed. */ -const PATCH_VERSION = 1; +const PATCH_VERSION = 2; /** Path to the project directory. */ const projectDir = path.join(__dirname, '../..'); @@ -120,7 +120,6 @@ searchAndReplace(`[formatProperty + "_ivy_ngcc"]`, '[formatProperty]', searchAndReplace(/angular_compiler_options = {/, `$& "strictTemplates": True, "strictDomLocalRefTypes ": False, - "strictAttributeTypes": False, "strictDomEventTypes": False,`, 'node_modules/@angular/bazel/src/ng_module.bzl'); // More info in https://github.com/angular/angular/pull/33786