forked from angular/angular
-
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.
refactor(platform-browser): modernize/combine shared style host eleme…
…nt management The `SharedStylesHost` has been refactored to remove redundant code between the `style` and `link` element execution paths. The existing `style` code has also been adjusted to use modern syntax where possible and also improve the overall logic.
- Loading branch information
Showing
12 changed files
with
150 additions
and
149 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1346,6 +1346,9 @@ | |
{ | ||
"name": "remove" | ||
}, | ||
{ | ||
"name": "removeAll" | ||
}, | ||
{ | ||
"name": "removeClass" | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1421,6 +1421,9 @@ | |
{ | ||
"name": "remove" | ||
}, | ||
{ | ||
"name": "removeAll" | ||
}, | ||
{ | ||
"name": "removeClass" | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1148,6 +1148,9 @@ | |
{ | ||
"name": "remove" | ||
}, | ||
{ | ||
"name": "removeAll" | ||
}, | ||
{ | ||
"name": "removeFromArray" | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2381,6 +2381,9 @@ | |
{ | ||
"name": "remove" | ||
}, | ||
{ | ||
"name": "removeAll" | ||
}, | ||
{ | ||
"name": "removeFromArray" | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1715,6 +1715,9 @@ | |
{ | ||
"name": "remove" | ||
}, | ||
{ | ||
"name": "removeAll" | ||
}, | ||
{ | ||
"name": "removeFromArray" | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1682,6 +1682,9 @@ | |
{ | ||
"name": "remove" | ||
}, | ||
{ | ||
"name": "removeAll" | ||
}, | ||
{ | ||
"name": "removeFromArray" | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1259,6 +1259,9 @@ | |
{ | ||
"name": "remove" | ||
}, | ||
{ | ||
"name": "removeAll" | ||
}, | ||
{ | ||
"name": "removeDehydratedView" | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1955,6 +1955,9 @@ | |
{ | ||
"name": "remove" | ||
}, | ||
{ | ||
"name": "removeAll" | ||
}, | ||
{ | ||
"name": "removeFromArray" | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1010,6 +1010,9 @@ | |
{ | ||
"name": "remove" | ||
}, | ||
{ | ||
"name": "removeAll" | ||
}, | ||
{ | ||
"name": "removeFromArray" | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1364,6 +1364,9 @@ | |
{ | ||
"name": "remove" | ||
}, | ||
{ | ||
"name": "removeAll" | ||
}, | ||
{ | ||
"name": "removeFromArray" | ||
}, | ||
|
Oops, something went wrong.