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 committed Oct 26, 2018
1 parent bb0a937 commit 5abb644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/platform/platform-module.ts
Expand Up @@ -9,5 +9,5 @@
import {NgModule} from '@angular/core';


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

0 comments on commit 5abb644

Please sign in to comment.