mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
|
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| testing | ||
| compiler.ts | ||
| core_private.dart | ||
| core_private.ts | ||
| index.ts | ||
| package.json | ||
| private_export.dart | ||
| private_export.ts | ||
| rollup.config.js | ||
| testing.ts | ||
| tsconfig-es5.json | ||
| tsconfig-es2015.json | ||