mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
36d25f2a07
It is now possible to set a fallback state that will apply its
styling when the destination state is not detected.
```ts
state("*", style({ ... }))
```
Closes #9013