refactor(ivy): Intruduce LFrame to store global instruction information (#33178)
`LFrame` stores information specifice to the current `LView` As the code enters and leaves `LView`s we use `enterView()` and `leaveView()` respectively to build a a stack of `LFrame`s. This allows us to easily restore the previous `LView` instruction state. PR Close #33178
This commit is contained in:

committed by
Andrew Kushnir

parent
9ea3430a5b
commit
09a2bb839f
@ -2105,7 +2105,7 @@ describe('styling', () => {
|
||||
expect(readyChild).toBeTruthy();
|
||||
});
|
||||
|
||||
onlyInIvy('only ivy allows for multiple styles/classes to be balanaced across directives')
|
||||
onlyInIvy('only ivy allows for multiple styles/classes to be balanced across directives')
|
||||
.it('should allow various duplicate properties to be defined in various styling maps within the template and directive styling bindings',
|
||||
() => {
|
||||
@Component({
|
||||
|
Reference in New Issue
Block a user