Skip to content

Commit 65dd75d

Browse files
authored
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

Lines changed: 1 addition & 1 deletion
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)