Skip to content

Commit ec0f518

Browse files
committed
Updated uiSrefStatus directive to be a standalone directive
1 parent e89800e commit ec0f518

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/directives/uiSrefStatus.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ function mergeSrefStatus(left: SrefStatus, right: SrefStatus): SrefStatus {
182182
@Directive({
183183
selector: '[uiSrefStatus],[uiSrefActive],[uiSrefActiveEq]',
184184
exportAs: 'uiSrefStatus',
185+
standalone: true
185186
})
186187
export class UISrefStatus {
187188
/** current statuses of the state/params the uiSref directive is linking to */

0 commit comments

Comments
 (0)