An open API service indexing awesome lists of open source software.

https://github.com/changhuixu/viewencapsulation

Angular ViewEncapsulation Examples
https://github.com/changhuixu/viewencapsulation

angular angular6 css encapsulation shadow-dom view

Last synced: 6 months ago
JSON representation

Angular ViewEncapsulation Examples

Awesome Lists containing this project

README

          

# Angular ViewEncapsulation

## [Demo](https://stackblitz.com/github.com/changhuixu/ViewEncapsulation)

## Basics

![ViewEncapsulation Basics](/doc/encapsulation.png?raw=true "ViewEncapsulation Basics")

## Issues worth reading

* [add a new progressive view encapsulation](https://github.com/angular/angular/issues/23761)
* [Add support for Shadow DOM V1](https://github.com/angular/angular/issues/23636)
* [feat: allow use of :host (or equivalent) with ViewEncapsulation.None](https://github.com/angular/angular/issues/21511)
* [Set ViewEncapsulation per module](https://github.com/angular/angular/issues/18346)

## PRs worth following

* [feat(platform-browser): add viewencapsulation `shadowdom` for shadow dom v1 support](https://github.com/angular/angular/pull/19059)