We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3a56d commit 9f18364Copy full SHA for 9f18364
1 file changed
src/aria/tabs/tab-panel.ts
@@ -7,8 +7,8 @@
7
*/
8
9
import {_IdGenerator} from '@angular/cdk/a11y';
10
-import {computed, Directive, ElementRef, inject, input, afterRenderEffect} from '@angular/core';
11
-import {TabPattern, TabPanelPattern, DeferredContentAware} from '../private';
+import {Directive, ElementRef, afterRenderEffect, computed, inject, input} from '@angular/core';
+import {DeferredContentAware, TabPattern, TabPanelPattern} from '../private';
12
13
/**
14
* A TabPanel container for the resources of layered content associated with a tab.
0 commit comments