We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PortalModule
1 parent cbbc518 commit 9e61b6cCopy full SHA for 9e61b6c
1 file changed
src/app/material.module.ts
@@ -1,5 +1,6 @@
1
import { LayoutModule } from '@angular/cdk/layout';
2
import { PlatformModule } from '@angular/cdk/platform';
3
+import { PortalModule } from '@angular/cdk/portal';
4
import { NgModule } from '@angular/core';
5
import { MatAutocompleteModule } from '@angular/material/autocomplete';
6
import { MatBadgeModule } from '@angular/material/badge';
@@ -63,7 +64,8 @@ const MATERIAL_MODULES = [
63
64
];
65
const CDK_MODULES = [
66
LayoutModule,
- PlatformModule
67
+ PlatformModule,
68
+ PortalModule
69
70
@NgModule({
71
exports: [
0 commit comments