fix(ivy): properly insert views in front of views with an empty element container (#33647)
PR Close #33647
This commit is contained in:

committed by
Kara Erickson

parent
1d429b2165
commit
056236cafd
@ -327,6 +327,11 @@ describe('view insertion', () => {
|
||||
.toBe('insert|before');
|
||||
});
|
||||
|
||||
it('should insert before a view with the empty ng-container as the first root node', () => {
|
||||
expect(createAndInsertViews(`<ng-container></ng-container>|before`).textContent)
|
||||
.toBe('insert|before');
|
||||
});
|
||||
|
||||
it('should insert before a view with ICU container inside a ng-container as the first root node',
|
||||
() => {
|
||||
expect(
|
||||
|
Reference in New Issue
Block a user