29bff0f02e
The implementation of the `compileComponents` method for `TestBedRender3` was missing. We now pass each component through `resolveComponentResources` when `TestBed.compileComponents` is called so that `templateUrl` and `styleUrls` can be resolved asynchronously and used once `TestBed.createComponent` is called. The component's metadata are overriden in `TestBed` instead of mutating the original metadata like this is the case outside of TestBed. The reason for that is that we need to ensure that we didn't mutate anything so that the following tests can run with the same original metadata, otherwise we it could trigger or hide some errors. FW-553 #resolve PR Close #27778 |
||
---|---|---|
.. | ||
static_assets | ||
tools | ||
bootstrap_spec.ts | ||
browser_adapter_spec.ts | ||
meta_spec.ts | ||
rectangle_mock.ts | ||
title_spec.ts | ||
transfer_state_spec.ts |