mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f0b0d64453
Prior to this change `projectDef` instructions were placed to root templates only, thus the necessary information (selectors) in nested templates was missing. This update adds the logic to insert `projectDef` instructions to all templates where <ng-content> is present. PR Close #27384
Tests in this directory are excluded from running in the browser and only run in node.