
Your Angular Module is a SCAM!

TL;DR
yarn add @wishtack/schematics
yarn ng g @wishtack/schematics/scam hello-world
Where It All Started
NgModule
Refactoring Hell
NgModule
NgModule
@NgModule({
declarations: [
SandwichFormComponent,
SandwichPreviewComponent
],
imports: [
MatButtonModule,
MatCardModule,
ReactiveFormsModule
]
})
export class CuteLittleSandwichModule {}
SCAM ! ! !
yarn add @wishtack/schematics
yarn ng g @wishtack/schematics:scam sandwich/sandwich-preview
app/
sandwich/
sandwich-preview/
sandwich-preview.component.ts|html|...
🧹 Say bye to .module.ts
.module.ts
NgModule
.component.ts
.module.ts