
Your Angular Module is a SCAM!
by Younes Jaaidi • Mar 12, 2019 • 4 minutes

TL;DR 
yarn add @wishtack/schematics
yarn ng g @wishtack/schematics/scam hello-worldWhere It All Started 
@NgModule({
  declarations: [
    SandwichFormComponent,
    SandwichPreviewComponent
  ],
  imports: [
    MatButtonModule,
    MatCardModule,
    ReactiveFormsModule
  ]
})
export class CuteLittleSandwichModule {}yarn add @wishtack/schematics
yarn ng g @wishtack/schematics:scam sandwich/sandwich-previewapp/
  sandwich/
    sandwich-preview/
      sandwich-preview.component.ts|html|...