Skip to content

Commit 65dd75d

Browse files
authoredOct 24, 2018
fix(cdk-platform): pass {} to @NgModule since passing nothing breaks (#13792)
in JIT mode
1 parent e40e6c1 commit 65dd75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/cdk/platform/platform-module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
import {NgModule} from '@angular/core';
1010

1111

12-
@NgModule()
12+
@NgModule({})
1313
export class PlatformModule {}

0 commit comments

Comments
 (0)
Please sign in to comment.