mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Prior to this change the component IDs where generated based on a counter. This is problematic as there is no guarantee that a component will get the same ID that was assigned on the server when generated on the client side. This is paramount to be able to re-use the component styles generated on the server. PR Close #48253 |
||
|---|---|---|
| .. | ||
| location/ts | ||
| ngComponentOutlet/ts | ||
| ngIf/ts | ||
| ngTemplateOutlet/ts | ||
| pipes/ts | ||
| BUILD.bazel | ||
| main.ts | ||
| start-server.js | ||
| test_module.ts | ||