docs: update /deep/ to ::ng-deep in component styles example (#32398)
Update example because ::ng-deep is the preferred syntax. PR Close #32398
This commit is contained in:
parent
ff0a90e4a8
commit
e2ce9af115
|
@ -23,7 +23,7 @@
|
|||
/* #enddocregion hostcontext */
|
||||
|
||||
/* #docregion deep */
|
||||
:host /deep/ h3 {
|
||||
:host ::ng-deep h3 {
|
||||
font-style: italic;
|
||||
}
|
||||
/* #enddocregion deep */
|
||||
|
|
Loading…
Reference in New Issue