mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
48ae3a0639
This commit adds a method `overrideInlineTemplate` to the `MockTypescriptHost`. This allows us to override an inline template in a Component without changing the TypeScript parts. This methods works in a similar way as `MockTypescriptHost.override()`, which is used for overriding external template. PR Close #36890