update angular

This commit is contained in:
2025-01-02 15:01:59 +01:00
parent 73d3ecfd42
commit 802c309679
199 changed files with 13745 additions and 11691 deletions

View File

@@ -25,7 +25,7 @@ export const fader = trigger('fader', [
transform: 'scale(1) translateY(-10px)',
}),
],
{optional: true}
{optional: true},
),
// Animate the new page in
query(
@@ -36,10 +36,10 @@ export const fader = trigger('fader', [
style({
opacity: 1,
transform: 'scale(1) translateY(0)',
})
}),
),
],
{optional: true}
{optional: true},
),
]),
]);