Skip to content

Commit

Permalink
fix(cdk): pass {} to @NgModule for JIT
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Oct 25, 2018
1 parent 91aea04 commit 75b1d7e
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
@@ -1,5 +1,5 @@
import { NgModule } from '@angular/core';


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

0 comments on commit 75b1d7e

Please sign in to comment.