libs/nx/src/executors/introspection/compat/__test/example-library/src/lib/my-deprecated-building-block/my-deprecated-building-block.module.ts
import { NgModule } from '@angular/core';
@NgModule({})
export class MyDeprecatedBuildingBlockModule {}