Skip to content

Commit

Permalink
refactor(ɵcomponents): remove NgModules because components are standa…
Browse files Browse the repository at this point in the history
…lone

BREAKING CHANGE: Removing NgModules introduced a breaking change.

To migrate, import the components instead of the modules.
  • Loading branch information
Marcarrian authored and danielwiehl committed Jul 19, 2023
1 parent 3084eac commit 217101c
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 246 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
*
* @see https://github.com/ng-packagr/ng-packagr/blob/master/docs/secondary-entrypoints.md
*/
export {SciAccordionModule} from './accordion.module';
export {SciAccordionItemDirective} from './accordion-item.directive';
export {SciAccordionComponent} from './accordion.component';
26 changes: 0 additions & 26 deletions projects/scion/components.internal/checkbox/src/checkbox.module.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
*
* @see https://github.com/ng-packagr/ng-packagr/blob/master/docs/secondary-entrypoints.md
*/
export {SciCheckboxModule} from './checkbox.module';
export {SciCheckboxComponent} from './checkbox.component';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
*
* @see https://github.com/ng-packagr/ng-packagr/blob/master/docs/secondary-entrypoints.md
*/
export {SciFilterFieldModule} from './filter-field.module';
export {SciFilterFieldComponent, toFilterRegExp} from './filter-field.component';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
*
* @see https://github.com/ng-packagr/ng-packagr/blob/master/docs/secondary-entrypoints.md
*/
export {SciFormFieldModule} from './form-field.module';
export {SciFormFieldComponent} from './form-field.component';
29 changes: 0 additions & 29 deletions projects/scion/components.internal/list/src/list.module.ts

This file was deleted.

1 change: 0 additions & 1 deletion projects/scion/components.internal/list/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
*
* @see https://github.com/ng-packagr/ng-packagr/blob/master/docs/secondary-entrypoints.md
*/
export {SciListModule} from './list.module';
export {SciListComponent} from './list.component';
export {SciListItemDirective} from './list-item.directive';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
*
* @see https://github.com/ng-packagr/ng-packagr/blob/master/docs/secondary-entrypoints.md
*/
export {SciParamsEnterModule} from './params-enter.module';
export {SciParamsEnterComponent} from './params-enter.component';
26 changes: 0 additions & 26 deletions projects/scion/components.internal/property/src/property.module.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
*
* @see https://github.com/ng-packagr/ng-packagr/blob/master/docs/secondary-entrypoints.md
*/
export {SciPropertyModule} from './property.module';
export {SciPropertyComponent} from './property.component';
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
*
* @see https://github.com/ng-packagr/ng-packagr/blob/master/docs/secondary-entrypoints.md
*/
export {SciQualifierChipListModule} from './qualifier-chip-list.module';
export {SciQualifierChipListComponent} from './qualifier-chip-list.component';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
*
* @see https://github.com/ng-packagr/ng-packagr/blob/master/docs/secondary-entrypoints.md
*/
export {SciTabbarModule} from './tabbar.module';
export {SciTabbarComponent} from './tabbar.component';
export {SciTabDirective} from './tab.directive';
26 changes: 0 additions & 26 deletions projects/scion/components.internal/tabbar/src/tabbar.module.ts

This file was deleted.

0 comments on commit 217101c

Please sign in to comment.