Skip to content

Commit 8a16b71

Browse files
committed
fixup! build: create angular aria package
1 parent 5d2e81b commit 8a16b71

File tree

20 files changed

+8
-84
lines changed

20 files changed

+8
-84
lines changed

src/aria/accordion/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ng_project(
77
srcs = [
88
"accordion.ts",
99
"index.ts",
10-
"public-api.ts",
1110
],
1211
deps = [
1312
"//:node_modules/@angular/core",

src/aria/accordion/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
* found in the LICENSE file at https://angular.dev/license
77
*/
88

9-
export * from './public-api';
9+
export {AccordionGroup, AccordionTrigger, AccordionPanel, AccordionContent} from './accordion';

src/aria/accordion/public-api.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/aria/combobox/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
* found in the LICENSE file at https://angular.dev/license
77
*/
88

9-
export * from './public-api';
9+
export {Combobox, ComboboxInput, ComboboxPopup, ComboboxPopupContainer} from './combobox';

src/aria/combobox/public-api.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/aria/deferred-content/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ng_project(
77
srcs = [
88
"deferred-content.ts",
99
"index.ts",
10-
"public-api.ts",
1110
],
1211
deps = [
1312
"//:node_modules/@angular/core",

src/aria/deferred-content/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
* found in the LICENSE file at https://angular.dev/license
77
*/
88

9-
export * from './public-api';
9+
export {DeferredContentAware, DeferredContent} from './deferred-content';

src/aria/deferred-content/public-api.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/aria/listbox/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
* found in the LICENSE file at https://angular.dev/license
77
*/
88

9-
export * from './public-api';
9+
export {Listbox, Option} from './listbox';

src/aria/listbox/public-api.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)