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:
andyg3 2019-08-29 11:05:31 -04:00 committed by Andrew Kushnir
parent ff0a90e4a8
commit e2ce9af115

View File

@ -23,7 +23,7 @@
/* #enddocregion hostcontext */ /* #enddocregion hostcontext */
/* #docregion deep */ /* #docregion deep */
:host /deep/ h3 { :host ::ng-deep h3 {
font-style: italic; font-style: italic;
} }
/* #enddocregion deep */ /* #enddocregion deep */