Skip to content

Commit fc27725

Browse files
authored
feat(compose): export ComposeActivationStrategy (#429)
closes #427
1 parent fdfcde3 commit fc27725

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/aurelia-templating-resources.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Compose} from './compose';
1+
import {ActivationStrategy as ComposeActivationStrategy, Compose} from './compose';
22
import {If} from './if';
33
import {Else} from './else';
44
import {With} from './with';
@@ -79,6 +79,7 @@ function configure(config: any) {
7979

8080
export {
8181
Compose,
82+
ComposeActivationStrategy,
8283
If,
8384
Else,
8485
With,

0 commit comments

Comments
 (0)