Skip to content

Commit

Permalink
feat(compose): export ComposeActivationStrategy (#429)
Browse files Browse the repository at this point in the history
closes #427
  • Loading branch information
avrahamcool committed Nov 20, 2023
1 parent fdfcde3 commit fc27725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/aurelia-templating-resources.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Compose} from './compose';
import {ActivationStrategy as ComposeActivationStrategy, Compose} from './compose';
import {If} from './if';
import {Else} from './else';
import {With} from './with';
Expand Down Expand Up @@ -79,6 +79,7 @@ function configure(config: any) {

export {
Compose,
ComposeActivationStrategy,
If,
Else,
With,
Expand Down

0 comments on commit fc27725

Please sign in to comment.