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
- Host: GitHub
- URL: https://github.com/changhuixu/viewencapsulation
- Owner: changhuixu
- Created: 2018-06-06T14:41:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T16:29:03.000Z (over 7 years ago)
- Last Synced: 2025-02-12T08:18:26.627Z (8 months ago)
- Topics: angular, angular6, css, encapsulation, shadow-dom, view
- Language: TypeScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular ViewEncapsulation
## [Demo](https://stackblitz.com/github.com/changhuixu/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)