Running an individual sample, the following error is thrown:
error TS2345: Argument of type '{ bootstrap: (typeof AppComponent)[]; declarations: (typeof AppComponent)[]; imports: (typeof CommonModule | typeof BrowserModule)[]; providers: undefined[]; entryComponents: undefined[]; schemas: undefined[]; }' is not assignable to parameter of type 'NgModule'.
Object literal may only specify known properties, and 'entryComponents' does not exist in type 'NgModule'.
23 entryComponents: [],

I believe this is reproduced for most of the samples.