We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a79d8c commit 4f6e47dCopy full SHA for 4f6e47d
src/dev-app/aria-toolbar/toolbar-demo.ts
@@ -7,8 +7,10 @@
7
*/
8
9
import {ChangeDetectionStrategy, Component, ViewEncapsulation} from '@angular/core';
10
-import {ToolbarBasicHorizontalExample} from '@angular/components-examples/aria/toolbar';
11
-import {ToolbarConfigurableExample} from '@angular/components-examples/aria/toolbar';
+import {
+ ToolbarBasicHorizontalExample,
12
+ ToolbarConfigurableExample,
13
+} from '@angular/components-examples/aria/toolbar';
14
15
@Component({
16
templateUrl: 'toolbar-demo.html',
0 commit comments