Skip to content

Commit

Permalink
fix(cdk-platform): pass {} to @NgModule since passing nothing bre…
Browse files Browse the repository at this point in the history
…aks (#13792)

in JIT mode
  • Loading branch information
mmalerba authored Oct 24, 2018
1 parent e40e6c1 commit 65dd75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/platform/platform-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
import {NgModule} from '@angular/core';


@NgModule()
@NgModule({})
export class PlatformModule {}

0 comments on commit 65dd75d

Please sign in to comment.