私はcomponentAとcomponentBの2つのコンポーネントを作成しています。 componentAはcomponentBをカプセル化します。どちらも 'p'タグを持っています。私のcomponentAでは、私は@Componentデコレータ内に[p{color:red}
]スタイルを書いています。 componentAのpはredに変更されますが、componentBの色は黒のままです。Angular2のコンポーネントのスタイルはカプセル化された子コンポーネントで継承されません
私はそのバグを解決する必要があると思います。 (中または成分のブリードアウトのスタイルを防ぐ)
こんにちは、ありがとう。私はangular2を始めました。 「カプセル化:ViewEncpasulation.None」とその他のオプションについて少し詳しく教えてください。 –
http://blog.thoughtram.io/angular/2015/06/29/shadow-dom-strategies-in-angular2.html、https://angular.io/docs/ts/latest/api/core/ViewEncapsulation -enum.html –
https://egghead.io/lessons/angular-2-say-hello-world-to-angular-2?series=angular-2-fundamentalsにはViewEncpasulationに関する動画もあります – Roninio